summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-45/+45
* * Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) byRuediger Pluem2005-10-211-4/+64
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-101-2/+4
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.Joe Orton2005-08-091-1/+1
* Hopefully, address the last edge case where status may William A. Rowe Jr2005-08-091-1/+2
* Two blank lines for clarity; whitespace only change.William A. Rowe Jr2005-08-081-0/+2
* We already accept 80 bytes less than the client body's anticipated William A. Rowe Jr2005-08-081-1/+1
* Drop an impossible case; the while() loop already protected usWilliam A. Rowe Jr2005-08-081-7/+0
* Fix a double-termination case in svn trunk/; we terminated theWilliam A. Rowe Jr2005-08-081-1/+0
* An impossible-to-hit edge case today; we described the requestWilliam A. Rowe Jr2005-08-081-13/+14
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix formatJoe Orton2005-07-251-1/+4
* Yet another snafu in body handling. We need to clearly avoid anyWilliam A. Rowe Jr2005-07-181-18/+40
* Fix broken while () {} loops (lingering code from the old logic),William A. Rowe Jr2005-07-181-24/+36
* On Roy's suggestion; why wait to try to clear out the inputWilliam A. Rowe Jr2005-07-151-147/+182
* Fix a style problem; b is ambigous (is it a brigade or bucket?)William A. Rowe Jr2005-07-151-5/+5
* leaving force-proxy-request-1.0 for broken clients, revert myWilliam A. Rowe Jr2005-07-151-4/+2
* Missed an edge case; once we know the C-L didn't match, it'sWilliam A. Rowe Jr2005-07-141-2/+13
* How can I fix thee? let me count the ways...William A. Rowe Jr2005-07-141-93/+140
* Fix two fat-fingered typos from commit 216156. Code matches previousWilliam A. Rowe Jr2005-07-131-2/+2
* send_request_body and indentation made it very difficult to followWilliam A. Rowe Jr2005-07-131-105/+99
* End abuse of apr_strnat[case]cmp - it isn't str[case]cmp.William A. Rowe Jr2005-07-131-19/+20
* Fix a ton of wrong/silly indention, and clarify the fix-notesWilliam A. Rowe Jr2005-07-081-39/+41
* proxy HTTP: If a response contains both Transfer-Encoding and aJeff Trawick2005-06-231-1/+16
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2005-04-011-1/+1
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+1
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+13
* mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at theJustin Erenkrantz2005-03-141-0/+11
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): FixJoe Orton2005-02-241-0/+3
* If we rec' a bad response header line, ignore what we'veJim Jagielski2005-02-081-0/+1
* Better handle the case where ProxyBadHeader StartBody isJim Jagielski2005-02-071-20/+39
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Also translate Destination headers when ProxyPassReverse'dSander Striker2005-02-031-0/+1
* Rename proxy modules.Sander Striker2005-02-031-0/+1502