]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Proxy was bombing out every second keepalive request, caused by a
authorGraham Leggett <minfrin@apache.org>
Tue, 9 Apr 2002 09:39:04 +0000 (09:39 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 9 Apr 2002 09:39:04 +0000 (09:39 +0000)
commit2741542019ffdf19935522ab13370bc54afa80a7
treed3fbea3703bf9559ab0297eb87e5357f7cab823d
parentd31568626ee61d0619a63a0f9d3b0c86ec3686f6
Proxy was bombing out every second keepalive request, caused by a
stray CRLF before the second response's status line. Proxy now
tries to read one more line if it encounters a CRLF where it
expected a status.
PR: 10010
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94574 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_http.c