summaryrefslogtreecommitdiffstats
path: root/modules/http2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-2/+2
* *) mod_http2: Fixed a race condition that could lead to streams beingStefan Eissing2021-03-264-9/+17
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-264-0/+4
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-095-41/+11
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-2212-28/+121
* mod_http2: Fix workers synchronization on pchild cleanup.Yann Ylavic2021-02-062-61/+71
* mod_proxy_http2: stop/wait the workers threads before their pool is killed.Yann Ylavic2020-12-071-3/+4
* mod_http2: Rename server_pool as pchild in h2_workers_create()Yann Ylavic2020-12-061-3/+7
* mod_http2: revert r1883675.Yann Ylavic2020-12-061-7/+4
* mod_proxy_http2: follow up to r1883704.Yann Ylavic2020-11-221-5/+8
* mod_proxy_http2: thread safety with MPM prefork, still..Yann Ylavic2020-11-221-3/+18
* mod_proxy_http2: stop/wait the workers threads before their pool is killed.Yann Ylavic2020-11-201-4/+7
* mod_proxy_http2: explicitely apr_thread_exit() at the end of slot_run().Yann Ylavic2020-11-201-0/+2
* Process early errors via a dummy HTTP/1.1 request as wellRuediger Pluem2020-09-104-17/+37
* Be consistent when handling OOM situationChristophe Jaillet2020-09-021-1/+1
* *) mod_http2: remote support for abandoned http-wg draftStefan Eissing2020-07-293-247/+66
* *) mod_http2: Stefan Eissing2020-07-136-40/+89
* * Update lognoRuediger Pluem2020-07-061-1/+1
* * Make get_line more robust in the case that it is called multiple times:Ruediger Pluem2020-07-061-1/+43
* * Do not try to parse already aborted requestsRuediger Pluem2020-07-061-1/+1
* mod_http2: making filter names all uppercase again.Stefan Eissing2020-06-241-2/+2
* * Revert r1878939, r1878938, r1878936, the changes toRuediger Pluem2020-06-191-16/+4
* * Reset the request_rec fields protocol, proto_num and the_request alsoRuediger Pluem2020-06-171-7/+10
* * Reset the_request as well to reflect HTTP/2.0 [skip ci]Ruediger Pluem2020-06-171-0/+2
* * Add comments to document why we do this.Ruediger Pluem2020-06-171-0/+5
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-1714-353/+283
* *) mod_proxy_http2: the "ping" proxy parameter Stefan Eissing2020-06-033-37/+137
* Use the ping timeout if set and waiting for a pingRuediger Pluem2020-05-291-5/+20
* *) mod_proxy_http2: respect ProxyTimeout settings on backend connectionsStefan Eissing2020-05-281-2/+25
* Axe an empty line to synch with 2.4.xChristophe Jaillet2020-05-231-1/+0
* Axe 'flushall' from 'mod_proxy_http2.c'.Christophe Jaillet2020-05-231-2/+0
* *) mod_http2: Fixed regression that caused connections to close when mod_re...Stefan Eissing2020-05-153-2/+7
* mod_ssl: Update the ssl_var_lookup() API:Joe Orton2020-05-071-1/+1
* core: follow up to r1876664: allow ErrorDocument to read body when applicableYann Ylavic2020-04-211-5/+7
* core, h2: common ap_parse_request_line() and ap_check_request_header() code.Yann Ylavic2020-04-171-37/+8
* core, h2: send EOR for early HTTP request failure.Yann Ylavic2020-04-171-20/+38
* *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREA...Stefan Eissing2020-04-161-0/+2
* *) mod_http2: Fixes issue where mod_unique_id would generate non-unique req...Stefan Eissing2020-03-025-35/+33
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-1313-16/+16
* Add a missing APLOGNO()Christophe Jaillet2020-02-121-1/+1
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-197-91/+69
* *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was...Stefan Eissing2019-11-263-19/+26
* followup to r1864733Eric Covener2019-08-081-1/+1
* Add missing APLOGNOChristophe Jaillet2019-08-081-1/+1
* *) mod_http2: core setting "LimitRequestFieldSize" is not additionally chec...Stefan Eissing2019-07-181-13/+41
* mod_http2: update log tags, log field len errors at INFO level (via mkaufmann)Stefan Eissing2019-07-174-11/+25
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-105-108/+176
* * applying v4 of the patch for PR 63534.Stefan Eissing2019-07-051-3/+3
* *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing2019-07-032-2/+9
* * mod_http2: adding support for the new trailer tests.Stefan Eissing2019-06-143-4/+54