summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure the Additional error is displayed.Jean-Frederic Clere6 days1-0/+1
* rollback unrelated fix to my previous commit, sorry.Jean-Frederic Clere11 days1-1/+0
* Merge PR#419: make sure the right method is displayed.Jean-Frederic Clere11 days2-4/+8
* * modules/http/http_filters.c (parse_chunk_size): Joe Orton2024-10-111-2/+8
* copy the trusted flag from the subrequestEric Covener2024-07-151-1/+1
* * Follow up to r1918814: Strings are from configuration and thus trustedRuediger Pluem2024-07-022-3/+3
* * Always trust content types that we set literallyRuediger Pluem2024-07-022-3/+3
* maintain trusted flagEric Covener2024-07-011-1/+1
* add ap_set_content_type_ex to differentiateEric Covener2024-06-242-10/+16
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-011-2/+2
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-281-2/+2
* header validation after content-* are eval'edEric Covener2024-04-031-15/+24
* let httpd handle CL/TE for non-http handlersEric Covener2024-04-031-0/+12
* * modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigadeJoe Orton2023-12-201-6/+18
* slight clarification, depends on r->statusEric Covener2023-07-241-1/+1
* no AH01588 for ap_get_client_block + CL over limitEric Covener2023-07-241-1/+8
* Arrange ap_h1_response_out_filter() according to include/mod_core.h.Jean-Frederic Clere2023-06-121-2/+2
* *) core: add `final_resp_passed` flag to request_rec to allowStefan Eissing2023-06-012-37/+45
* * 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