called.
This fixes a number of segfaults on daedalus where the first line is
empty (i.e. \r\n followed by a bunch of garbage)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93332
13f79535-47bb-0310-9956-
ffa450edef68
do {
apr_status_t rv;
+ /* insure ap_rgetline allocates storage each time thru the loop
+ * if there are empty lines
+ */
+ r->the_request = NULL;
rv = ap_rgetline(&(r->the_request), DEFAULT_LIMIT_REQUEST_LINE + 2,
&len, r, 0);