message which triggers every time dummy_connection() is used to wake
up a child.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170433
13f79535-47bb-0310-9956-
ffa450edef68
r->proto_num = HTTP_VERSION(1,0);
r->protocol = apr_pstrdup(r->pool, "HTTP/1.0");
}
- else if (r->connection->keepalive != AP_CONN_KEEPALIVE) {
- ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r,
- "Error while reading request line. (client didn't send a request?)");
- }
return 0;
}
} while ((len <= 0) && (++num_blank_lines < max_blank_lines));