]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r820760, r919323, r937858, r938265 from trunk:
authorEric Covener <covener@apache.org>
Fri, 6 May 2011 13:14:27 +0000 (13:14 +0000)
committerEric Covener <covener@apache.org>
Fri, 6 May 2011 13:14:27 +0000 (13:14 +0000)
commit6bbd79270343fbe398973a2d60465bebef9c453d
treefa0f605f725f09e8da22362b521b11f6fa743c3e
parent8e9ead33d6381cb22c1cbc805ce993b2242abbbf
Merge r820760, r919323, r937858, r938265 from trunk:

Reviewed By: sf, trawick, covener

    core: Treat timeout reading request as 408 error, not 400.
    Log 408 errors in access log as was done in Apache 1.3.x.

    PR: 39785
    Submitted by: Nobutaka Mantani, Stefan Fritsch
    Reviewed and added to by: Dan Poirier

    * Only log a 408 if it is no keepalive timeout.

    PR: 39785
    Submitted by: Mark Montague <markmont umich.edu>, rpluem
    Reviewed by: rpluem

    PR49167, unexpected 413 and double-errordoc during a timeout reading a
    chunk-size.

    Use the more specific 408 (timed out) instead of a generic 400 during a timeout
    reading a chunk-length.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100200 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/http/http_filters.c
server/protocol.c