summaryrefslogtreecommitdiff
path: root/modules/http2/h2_proxy_session.c
Commit message (Expand)AuthorAgeFilesLines
* *) mod_proxy_http2: apply the standard httpd content type handlingStefan Eissing2022-12-171-0/+5
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-26/+39
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-6/+7
* *) mod_proxy_http2: use only the ':authority' header to forward 'Host'Stefan Eissing2022-09-201-2/+9
* * mod_http2: resurrecting check for nghttp functionStefan Eissing2021-10-131-1/+4
* *) mod_http2:Stefan Eissing2021-10-121-10/+5
* *) mod_proxy_http2: the "ping" proxy parameter Stefan Eissing2020-06-031-34/+126
* 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
* mod_http2: update log tags, log field len errors at INFO level (via mkaufmann)Stefan Eissing2019-07-171-1/+1
* *) mod_proxy_http2: adding support for handling trailers in both directions...Stefan Eissing2019-06-141-10/+34
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-46/+1
* *) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ...Stefan Eissing2019-02-261-4/+6
* Eliminating some advanced conversion and shadow declaration compiler warnings.Stefan Eissing2018-10-101-1/+1
* On the trunk:Stefan Eissing2018-07-051-2/+2
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-05-021-0/+26
* Fix NULL pointer dereference in error logging messageChristophe Jaillet2017-05-011-2/+2
* On the trunk:Stefan Eissing2017-04-101-12/+14
* On the trunk:Stefan Eissing2017-02-191-6/+15
* On the trunk:Stefan Eissing2017-02-141-1/+1
* On the trunk:Stefan Eissing2017-02-131-1/+1
* On the trunk:Stefan Eissing2016-12-231-1/+1
* mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec...Stefan Eissing2016-11-231-5/+19
* mod_http2: fixes for compiler warningsStefan Eissing2016-11-141-6/+6
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-2/+16
* mod_proxy_http2: workaround for newly proposed 103 status codeStefan Eissing2016-11-031-1/+11
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-14/+43
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-1/+1
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-56/+167
* mod_proxy_http2: resolving last 2 reported dup symbol clashesStefan Eissing2016-10-111-1/+1
* mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2...Stefan Eissing2016-10-111-26/+26
* mod_http2: using invalid header callback from nghttp2 1.14.0 onwardsStefan Eissing2016-08-271-1/+1
* mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b...Stefan Eissing2016-06-221-14/+7
* mod_proxy_http2: improved retry when encountering errored/shutdown connectionsStefan Eissing2016-06-211-1/+12
* mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch...Stefan Eissing2016-06-101-3/+13
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* Fix NULL pointer dereferenceChristophe Jaillet2016-05-141-7/+7
* fix for handling invalid proxy uris and code cleanup provided by Evgeny KotkovStefan Eissing2016-05-121-2/+6
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-4/+5
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-4/+4
* mod_http2: delaying response start until flush or data accumulationStefan Eissing2016-04-151-4/+4
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-1/+0
* h2_proxy_session: fill in missing APLOGNO()s.Yann Ylavic2016-03-211-4/+4
* fix APLOGNO at wrong place, me stupidStefan Eissing2016-03-211-2/+2
* APLOGNO update for mod_proxy_http2Stefan Eissing2016-03-211-13/+14
* mod_proxy_http2: removed duplicate log code after reviewStefan Eissing2016-03-191-5/+0
* Remove leftover commentChristophe Jaillet2016-03-181-1/+0