mod_proxy_wstunnel: we want to detect whether some response was sent to
the client when forwarding data from the backend to the client, not the
reverse.
Follow up to r1754164: CHANGES entry.
Follow up to r1801994: CHANGES' PR reference.
Submitted by: ylavic
Reviewed by: ylavic, jchampion, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1802144 13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.4.28
+ *) mod_proxy_wstunnel: Fix detection of unresponded request which could have
+ led to spurious HTTP 502 error messages sent on upgrade connections.
+ PR 61283. [Yann Ylavic]
Changes with Apache 2.4.27
2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_event-wakeup-v7.1.patch
+1: ylavic, icing, jim
- *) mod_proxy_wstunnel: Fix detection of unresponded request which could have
- led to spurious HTTP 502 error messages sent on upgrade connections.
- PR 61283
- trunk patch: http://svn.apache.org/r1754164
- http://svn.apache.org/r1801994
- http://svn.apache.org/r1801995
- 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy_wstunnel-PR61283.patch
- +1: ylavic, jchampion, jim
-
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
c,
header_brigade,
bb, "sock",
- NULL,
+ &replied,
AP_IOBUFSIZE,
0)
!= APR_SUCCESS;
backconn, bb,
header_brigade,
"client",
- &replied,
+ NULL,
AP_IOBUFSIZE,
0)
!= APR_SUCCESS;