summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
* * Rip out the old flushing approach for solving lifetime issues between theRuediger Pluem2008-11-081-1/+7
* Remove potential for memory leak... allocate on thisJim Jagielski2008-10-221-17/+7
* For timeouts, behave as before and not drop.Jim Jagielski2008-09-201-2/+9
* comment tweakJeff Trawick2008-08-121-1/+1
* * Introduce environment variable proxy-initial-not-pooled to avoid reusingRuediger Pluem2008-08-091-0/+13
* move back to inner loop... fails otherwiseJim Jagielski2008-06-101-1/+3
* Patch for CVE-2008-2364...Jim Jagielski2008-06-101-5/+28
* * Do this later as we might leave the function anyway without the need for this.Ruediger Pluem2008-05-291-2/+2
* * According to RFC 2616 8.2.3 we are not allowed to forward anRuediger Pluem2008-05-291-0/+8
* * mod_proxy_http.cRuediger Pluem2008-05-271-2/+20
* Remove extra cruft that ended up in a commit.Graham Leggett2008-05-091-4/+0
* core, mod_proxy: If a kept_body is present, it becomes safe forGraham Leggett2008-05-091-1/+8
* Typo.Jean-Frederic Clere2008-04-211-1/+1
* Set at init time, and combine commentsJim Jagielski2008-04-201-5/+6
* * Do not add the query string again in the case that we are using theRuediger Pluem2008-04-191-15/+3
* handle ? in cases where nocanon is in effectJim Jagielski2008-04-171-2/+5
* * In the case that we fail to read the response line from the backend and ifRuediger Pluem2008-04-081-0/+32
* * Fix comment. No functional change.Ruediger Pluem2008-02-011-1/+1
* * Fix processing of chunked responses if Connection: Transfer-Encoding isRuediger Pluem2008-01-291-0/+14
* *) mod_proxy_http: Return HTTP status codes instead of apr_status_tEric Covener2008-01-111-44/+50
* * Enable the proxy to keep connections persistent in the HTTPS case.Ruediger Pluem2007-12-081-8/+4
* Add option not to send&clear response headers in ap_send_interim_response.Nick Kew2007-10-261-1/+1
* mod_proxy: add "nocanon" keyword to ProxyPass, to suppressNick Kew2007-10-261-3/+9
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): FixJoe Orton2007-10-111-1/+1
* (forward) proxy should not be verifying/checking forJim Jagielski2007-10-111-3/+0
* Abstract out "verification of valid encoding" viaJim Jagielski2007-10-101-12/+2
* missing include!Nick Kew2007-10-091-0/+1
* mod_proxy_http: Don't unescape/escape forward proxied URLs. Just check them.Nick Kew2007-10-081-1/+27
* Purge tabs in r582631Nick Kew2007-10-071-20/+20
* mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses.Nick Kew2007-10-071-0/+24
* No change, but they won't let me have fooNick Kew2007-10-011-10/+10
* Proxy: remove Warning headers with wrong dateNick Kew2007-09-301-1/+74
* Fix typo in header name "Trailer"Nick Kew2007-09-281-1/+1
* Fix processing of Connection headers in proxyNick Kew2007-09-281-10/+18
* Fix adding out Via header in proxy responseNick Kew2007-09-271-2/+2
* Strip hop-by-hop headers in proxy responseNick Kew2007-09-271-0/+8
* Formatting. No functional change.Nick Kew2007-09-271-22/+22
* Remove tabs.Jean-Frederic Clere2007-09-191-7/+7
* Propagate Proxy-Authorization header correctlyNick Kew2007-09-091-11/+14
* Fix proxy-sendchunk(s|ed) problemNick Kew2007-09-021-2/+4
* proxy_http: don't wait for response body in a HEADNick Kew2007-08-301-1/+2
* create the brigate outside ap_proxygetline and reuse it.Jean-Frederic Clere2007-08-011-8/+9
* Improve traces in ap_proxy_http_process_response().Jean-Frederic Clere2007-06-211-3/+27
* HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. OnlyJeff Trawick2007-04-121-2/+2
* Re-add "proxy-sendextracrlf" first introduced in r157478 and silently removedJustin Erenkrantz2007-01-131-0/+14
* * Handle request bodies larger than 2 GB by converting the Content-LengthRuediger Pluem2006-12-121-1/+4
* Minor nit: why make the logic more complex than it needs toJim Jagielski2006-08-281-2/+2
* Cleanup: Remove close_on_recycle from proxy_conn_rec.Mladen Turk2006-08-021-2/+2
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-22/+1