https://bz.apache.org/bugzilla/show_bug.cgi?id=69591

--- Comment #3 from Pierre Brochard <pierre.brochard.1...@m4x.org> ---
The error message is for the block size line and is not APR_ENOSPC which add
"overflow" to the error message.

There seems to be an error parsing this line. The size should be in hexadecimal
followed by a ';" then extension and CRLF, or CRLF else it will emit APR_EINVAL
as an error message.

Maybe the number is not in hexa or has a minus sign in front of it or
the CRLF is not correct (one character is missing maybe).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to