Also, remove a bit of debug code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-read-dev@366996
13f79535-47bb-0310-9956-
ffa450edef68
}
*last_char = '\0';
bytes_handled = last_char - *s;
- fprintf(stderr, "read line '%s'\n", *s);
*read = bytes_handled;
return APR_SUCCESS;
if (r->num_blank_lines < max_blank_lines) {
return APR_SUCCESS;
}
+ else {
+ set_the_request(r, "");
+ }
+ }
+ else {
+ set_the_request(r, line);
}
- set_the_request(r, line);
}
else {
/* We've already read the first line of the request. This is either