commit | 349a0f62b58c715adc7dea9b6a865232d5f322df | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 18 21:17:42 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 18 21:19:33 2009 +0200 |
tree | 0ef166544ad94019bbad6599c263ec2295b9a2ff | |
parent | 4273664a1b3abd4b4e783cab4df54da4e2041134 [diff] |
[MINOR] http request: simplify the test of no-data Now we can rely on (chunked && !hdr_content_len) to stop forwarding data. We only do that for known methods that are not CONNECT though.