On 25-Oct-04, at 3:37 AM, Graham Leggett wrote:


+ else if (r->connection->keepalive != AP_CONN_KEEPALIVE) {
+ ap_log_rerror(APLOG_MARK, APLOG_NOTICE, rv, r,
+ "request line read error.");
+ }

Is it possible to put a more descriptive message than "request line read error". If I was to see that in a logfile, I would have absolutely no idea whatsoever what it was trying to tell me :(

I believe that ap_log_rerror() inserts the OS error description, resulting in something like:


[client 127.0.0.1] (70007)The timeout specified has expired: request line read error

Of course, this is OS dependent.



Reply via email to