summaryrefslogtreecommitdiff
path: root/modules/http
Commit message (Expand)AuthorAgeFilesLines
* * In the reverse proxy case r->filename might contain a query string ifRuediger Pluem2023-02-071-1/+14
* use a liberal default limit for LimitRequestBody of 1GBEric Covener2022-06-011-0/+6
* Add missing 'break'Christophe Jaillet2022-05-081-0/+1
* *) mod_http: on seeing EOC buckets in ap_http_header_filter(), furtherStefan Eissing2022-04-141-48/+72
* *) mod_http: use defined constant instead of just '101' whenStefan Eissing2022-04-141-3/+3
* Merge PR 311:Stefan Eissing2022-04-133-7/+451
* *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specificStefan Eissing2022-04-073-415/+552
* * We need to set r->status on each call after we noticed an EOC asRuediger Pluem2022-04-041-7/+12
* *) mod_http: genereate HEADERS buckets for trailersStefan Eissing2022-04-041-6/+30
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-041-2/+16
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-044-100/+308
* * In case we see an EOC bucket and there was an error bucket before, use itsRuediger Pluem2022-03-311-0/+15
* * Close the connection in case an EOC bucket was seenRuediger Pluem2022-03-311-0/+1
* core: Simpler connection close logic if discarding the request body fails.Yann Ylavic2022-03-071-33/+36
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-1/+1
* * Correctly sent a 100 Continue status code when sending an interimRuediger Pluem2021-12-091-0/+3
* Revert spurious commit r1895340.Yann Ylavic2021-11-251-1/+1
* Trigger ci.Yann Ylavic2021-11-251-1/+1
* remove extra whitespace in HTTP_NOT_IMPLEMENTED Eric Covener2021-07-021-1/+1
* fix xlate of literal text ErrorDocument on EBCDICEric Covener2021-06-291-1/+1
* * Do not strip any headers from 304 responses.Ruediger Pluem2021-04-301-15/+0
* Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...Jean-Frederic Clere2021-03-241-6/+0
* Follow up to r1883639: debug log for rfc7231#section-5.1.1Yann Ylavic2020-11-191-0/+4
* Remove indentation preserved in r1883639 to ease review.Yann Ylavic2020-11-191-37/+35
* Make HTTP_IN filter send 100 continue in blocking mode only.Yann Ylavic2020-11-191-36/+41
* fix headers name, spotted by Ivan ZhakovGiovanni Bechis2020-09-101-5/+5
* handle headers when replying a 304 following rfc7234Giovanni Bechis2020-09-091-19/+15
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-202-16/+9
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-312-11/+2
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-172-2/+2
* * modules/http/http_filters.c (parse_chunk_size): Reduce by four theJoe Orton2020-02-171-2/+7
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* factor out TE=chunked checkingEric Covener2020-02-072-5/+3
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* * Correctly initialize nomime memberRuediger Pluem2019-10-141-0/+1
* ap_http_header_filter: avoid double encoding of output headers in traces.Yann Ylavic2019-09-161-2/+1
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-021-60/+26
* revert r1857857.Christophe Jaillet2019-04-241-0/+9
* Axe a useless comment.Christophe Jaillet2019-04-201-9/+0
* allow mod_mime to be de disabled per-dir tooEric Covener2019-03-161-0/+16
* spotted by RuedigerEric Covener2019-03-131-1/+1
* mod_mime: Add `MimeOptions` Eric Covener2019-03-131-2/+53
* http: Fix possible empty response with mod_ratelimit for HEAD requests.Yann Ylavic2019-02-201-6/+14
* * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.Joe Orton2018-09-261-1/+4
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-111-1/+0
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-061-4/+1
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-4/+6
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-041-1/+1
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-041-0/+4
* Fix a cppcheck warning.Christophe Jaillet2018-08-171-3/+1