commit | b8c82c295b1f7898543a35d6e02af498a714d7e5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 18 23:45:12 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 18 23:45:12 2009 +0200 |
tree | 70d2871e7b0390f1f42d33e0b55c2b93260e4f44 | |
parent | 75a5fef4d22fe2bda10d79a232e9df43e7cb3136 [diff] |
[MEDIUM] http response: check body length and set transaction flags We also check the close status and terminate the server persistent connection if appropriate. Note that since this change, we'll not get any "Connection: close" headers added to HTTP/1.0 responses anymore, which is good.