forked from apache/httpd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'apache:trunk' into trunk
- Loading branch information
Showing
72 changed files
with
3,623 additions
and
516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*) mod_http2: fixed a bug in flushing pending data on an already closed | ||
connection that could lead to a busy loop, preventing the HTTP/2 session | ||
to close down successfully. Fixed PR 66624. | ||
[Stefan Eissing] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
*) mod_http2: fixed a bug that could lead to a crash in main connection | ||
output handling. This occured only when the last request on a HTTP/2 | ||
connection had been processed and the session decided to shut down. | ||
This could lead to an attempt to send a final GOAWAY while the previous | ||
write was still in progress. See PR 66646. | ||
[Stefan Eissing] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
*) mod_http2: new directive `H2ProxyRequests on|off` to enable handling | ||
of HTTP/2 requests in a forward proxy configuration. | ||
General forward proxying is enabled via `ProxyRequests`. If the | ||
HTTP/2 protocol is also enabled for such a server/host, this new | ||
directive is needed in addition. | ||
[Stefan Eissing] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | ||
described in RFC 8441. A new directive 'H2WebSockets on|off' has been | ||
added. The feature is by default not enabled. | ||
As also discussed in the manual, this feature should work for setups | ||
using "ProxyPass backend-url upgrade=websocket" without further changes. | ||
Special server modules for WebSockets will have to be adapted, | ||
most likely, as the handling if IO events is different with HTTP/2. | ||
HTTP/2 WebSockets are supported on platforms with native pipes. This | ||
excludes Windows. | ||
[Stefan Eissing] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*) mod_rewrite: Fix a recent regression where a rule with both a trailing | ||
'?' and the [QSA] flag did not have the query appended. PR66672 | ||
Frank Meier <frank.meier ergon.ch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
10456 | ||
10473 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.