summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_session.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-191-22/+34
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-5/+3
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-1/+1
* * When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 conne...Stefan Eissing2021-12-091-1/+11
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-061-53/+78
* * mod_http2: a regression in v1.15.24 of the modules was fixed thatStefan Eissing2021-11-041-2/+2
* * mod_http2: I regret my decision to have removed nghttp2 feature checks...Stefan Eissing2021-10-131-0/+4
* * mod_http2: checking for nghttp2 function 'set_no_closed_streams' on confi...Stefan Eissing2021-10-131-1/+2
* * mod_http2: fixing some compiler warnings.Stefan Eissing2021-10-121-8/+1
* *) mod_http2:Stefan Eissing2021-10-121-986/+484
* * Log the correct timeoutRuediger Pluem2021-09-141-2/+2
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-101-0/+2
* * mod_http2: Stefan Eissing2021-07-151-6/+10
* *) mod_http2:Stefan Eissing2021-07-061-0/+1
* Process early errors via a dummy HTTP/1.1 request as wellRuediger Pluem2020-09-101-1/+3
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-15/+15
* *) mod_http2: Fixed regression that caused connections to close when mod_re...Stefan Eissing2020-05-151-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-191-1/+1
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-101-0/+13
* * applying v4 of the patch for PR 63534.Stefan Eissing2019-07-051-3/+3
* * modules/http2: more copying of data to disentangle worker processing from ...Stefan Eissing2019-05-281-0/+1
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-140/+119
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-119/+140
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-4/+42
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-38/+23
* mod_http2: adding defensive code for stream EOS handling, in case the request...Stefan Eissing2018-10-101-0/+4
* On the trunk:Stefan Eissing2018-09-041-87/+151
* Remove extra and un-needed ""Christophe Jaillet2018-06-121-1/+1
* On the trunk:Stefan Eissing2018-04-091-3/+6
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-07-031-3/+4
* On the trunk:Stefan Eissing2017-04-211-2/+7
* On the trunk:Stefan Eissing2017-04-141-2/+2
* On the trunk:Stefan Eissing2017-04-141-24/+42
* On the trunk:Stefan Eissing2017-04-101-2/+2
* On the trunk:Stefan Eissing2017-03-301-2/+2
* On the trunk:Stefan Eissing2017-03-291-65/+0
* On the trunk:Stefan Eissing2017-03-291-2/+5
* On the trunk:Stefan Eissing2017-03-271-52/+130
* On the trunk:Stefan Eissing2017-03-151-1/+1
* update after backportStefan Eissing2017-03-131-1/+1
* update log tagsStefan Eissing2017-03-121-1/+1
* On the trunk:Stefan Eissing2017-03-121-1/+12
* On the trunk:Stefan Eissing2017-03-111-135/+167
* On the trunk:Stefan Eissing2017-03-061-6/+11
* On the trunk:Stefan Eissing2017-02-271-6/+1
* On the trunk:Stefan Eissing2017-02-251-3/+20
* On the trunk:Stefan Eissing2017-02-141-201/+161