Stick a comment in there as a 'Waldo was here' so that if I ever see this
again, I realize that I've actually thought about it and didn't think >
was necessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97372
13f79535-47bb-0310-9956-
ffa450edef68
inctx->cbuf.value -= bytes;
inctx->cbuf.length += bytes;
return APR_SUCCESS;
- }
+ }
+ /* This could probably be *len == wanted, but be safe from stray
+ * photons.
+ */
if (*len >= wanted) {
return APR_SUCCESS;
}