PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
+ between TE and content-length in the same req/resp.
+ trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192
+ https://svn.apache.org/viewvc?view=revision&revision=1524770
+ https://svn.apache.org/viewvc?view=revision&revision=1527925
+ https://svn.apache.org/viewvc?view=revision&revision=1541270
+ https://svn.apache.org/viewvc?view=revision&revision=1541368
+ 2.4.x patch (plus CHANGES entry above):
+ http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch
+ +1: ylavic, wrowe, rpluem
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
http://people.apache.org/~jim/patches/uds-rewrite.patch
+1: jim
- * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
- between TE and content-length in the same req/resp.
- trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192
- https://svn.apache.org/viewvc?view=revision&revision=1524770
- https://svn.apache.org/viewvc?view=revision&revision=1527925
- https://svn.apache.org/viewvc?view=revision&revision=1541270
- https://svn.apache.org/viewvc?view=revision&revision=1541368
- 2.4.x patch (plus CHANGES entry above):
- http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch
- +1: ylavic, wrowe
-
* mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782.
This may happen when ProxyPreserveHost is on and the proxy-worker
handles connections to different Hosts.