I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Dec 08, 2022 — Dec 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fr doc XML file update. More... 10 months ago
fr doc XML file update. More... 10 months ago
request_rec: Single bit for body_indeterminate (while it's not in 2.4.x yet). More... 10 months ago
request_rec: Single bit for body_indeterminate (while it's not in 2.4.x yet). More... 10 months ago
Steal some APLOGNOs for event_wip [skip ci]. More... 10 months ago
Steal some APLOGNOs for event_wip [skip ci]. More... 10 months ago
*) mod_http2: adding checks for websocket support on platform and server versions. Give error message accordingly when trying to enable websockets in unsupported configurations. Add test and code to check the, finally selected, server of a request_rec for websocket support or 501 the request. More... 10 months ago
*) mod_http2: adding checks for websocket support on platform and More... 10 months ago
http_protocol: make request processing more robust for incomplete data More... 10 months ago
http_protocol: make request processing more robust for incomplete data More... 10 months ago
*) http_protocol: if there is a request and an error bucket in the input brigade, always process the request bucket first. This gives the proper context in which to evaluate the error bucket in. Some error access r->method, for example, in their response body. More... 10 months ago
*) http_protocol: if there is a request and an error bucket in the input More... 10 months ago
ab: Don't print the banner/copyright when -Q is specified. More... 10 months ago
ab: Don't print the banner/copyright when -Q is specified. More... 10 months ago
ab: Add POLLERR and POLLHUP to reqevents for implementations that use/need it. More... 10 months ago
ab: Add POLLERR and POLLHUP to reqevents for implementations that use/need it. More... 10 months ago
ab: Increase MAX_CONCURRENCY hard limit (from 20K to 200K). More... 10 months ago
ab: Increase MAX_CONCURRENCY hard limit (from 20K to 200K). More... 10 months ago
ab: More accurate stats for time limited (-t) runs. More... 10 months ago
ab: More accurate stats for time limited (-t) runs. More... 10 months ago
ab: Follow up to r1910515: Update global counter too.. More... 10 months ago
ab: Follow up to r1910515: Update global counter too.. More... 10 months ago
ab: Count keepalive aborted connections separately. More... 10 months ago
ab: Count keepalive aborted connections separately. More... 10 months ago
ab: Don't (doubly) count errors as err_length if not actually reading. More... 10 months ago
ab: Don't (doubly) count errors as err_length if not actually reading. More... 10 months ago
ab: Fix crash with -W when exiting earlya on fatal error. More... 10 months ago
ab: Fix crash with -W when exiting earlya on fatal error. More... 10 months ago
*) 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. More... 10 months ago
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as More... 10 months ago