summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not double encode encoded slashesRuediger Pluem2023-03-131-2/+5
* mod_proxy: Check the query-string for proxy-noencode too.Yann Ylavic2023-03-101-10/+10
* don't forward invalid query stringsEric Covener2023-03-051-0/+10
* mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.Yann Ylavic2023-03-021-0/+4
* fail on bad headerEric Covener2023-01-101-19/+27
* mod_proxy_http: Follow up to r1901420: consistent 100-continue checks.Yann Ylavic2022-05-311-0/+2
* mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.Yann Ylavic2022-05-301-6/+3
* *) mod_proxy: Add backend port to log messages toRainer Jung2022-04-191-2/+3
* * Report a broken backend in case reading the response line failed on theRuediger Pluem2022-04-051-2/+17
* * Keep track of the number of keepalives we processed on this connection.Ruediger Pluem2022-04-041-0/+8
* *) mod_http: genereate HEADERS buckets for trailersStefan Eissing2022-04-041-8/+1
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-041-17/+5
* * Do not change the status code after we already sent it to the client.Ruediger Pluem2021-12-091-3/+0
* mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.Yann Ylavic2021-09-241-18/+31
* mod_proxy: Restore ap_proxy_transfer_between_connections().Yann Ylavic2021-09-241-2/+12
* mod_proxy_http: Avoid a double call to apr_table_get().Yann Ylavic2021-08-241-8/+7
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-1/+1
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-061-0/+2
* mod_proxy_http: follow up to r1886141, axe overlong scheme check.Yann Ylavic2021-02-031-5/+0
* * We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)Ruediger Pluem2021-02-021-5/+5
* mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme.Yann Ylavic2021-01-071-1/+1
* mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.Yann Ylavic2021-01-071-58/+86
* Revert r1480058, -1'ed on dev@ and STATUS.Yann Ylavic2020-12-101-3/+3
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-031-247/+12
* Make HTTP_IN filter send 100 continue in blocking mode only.Yann Ylavic2020-11-191-55/+8
* mod_proxy_http: follow up to r1879419.Yann Ylavic2020-07-231-5/+4
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-021-22/+10
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-021-8/+12
* mod_proxy_http: follow up to r1879419: clarify poll callback pds/subpool.Yann Ylavic2020-07-021-7/+16
* mod_proxy_http: handle async tunneling of Upgrade(d) protocols.Yann Ylavic2020-07-021-54/+170
* mod_proxy: improved and reentrant tunneling loop.Yann Ylavic2020-07-011-5/+0
* mod_proxy_http: always stream the request body by default.Yann Ylavic2020-06-191-64/+27
* mod_proxy_http: put request/response splitting checks under the same comment.Yann Ylavic2020-06-011-16/+15
* mod_proxy_http: don't strip EOS when spooling request body to file.Yann Ylavic2020-05-291-0/+8
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-3/+1
* mod_proxy_http: follow up to r1877696: reindent.Yann Ylavic2020-05-131-145/+143
* mod_proxy_http: axe ap_proxy_should_override() duplicate checks.Yann Ylavic2020-05-131-3/+2
* mod_proxy_http: follow up to r1877646: send Upgrade header with 101 response.Yann Ylavic2020-05-131-6/+24
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-121-61/+173
* mod_proxy_http: follow up to r1877557.Yann Ylavic2020-05-101-29/+17
* mod_proxy_http: single point of failure in ap_proxy_http_process_response().Yann Ylavic2020-05-101-26/+31
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-4/+4
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear anyRuediger Pluem2020-03-181-0/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-3/+3
* proxy: add local address to body-forwarding errorsEric Covener2020-01-121-2/+4
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-33/+13
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-311-13/+33
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-33/+13
* mod_proxy_http: fix load-balancer fallback for requests with a body.Yann Ylavic2019-10-311-14/+40