Commit 34383447 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Propose follow up to r1686271 (chunk-size parsing).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1688539 13f79535-47bb-0310-9956-ffa450edef68
parent 6a34103c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -233,6 +233,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (modulo CHANGES)
     +1: jailletc36, ylavic

  *) http: follow up to r1686271 (trunk) => r1686271 (2.4.x)
     Handle reentrance of state BODY_CHUNK_CR to avoid AH02901 when we eat
     BWS from multiple reads, and limit number of chunk-BWS to 10.
     trunk patch: http://svn.apache.org/r1688536
     trunk patch: http://svn.apache.org/r1688538
     2.4.x patch: trunk works
     +1: ylavic


PATCHES/ISSUES THAT ARE BEING WORKED