commit | 43b15128347df59f31b57c0e5fa9c7a3c6d09e5f | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Mon Apr 10 21:01:39 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Sat Apr 15 18:50:09 2006 +0200 |
tree | 41141ac1d4edafb47b5cf79277d4ce23fb7da797 | |
parent | a60214e260bcb1bf765d9da6902b424666b16685 [diff] [blame] |
* ignore leading empty lines in HTTP requests (RFC2616)
diff --git a/TODO b/TODO index b06ce74..cd6513f 100644 --- a/TODO +++ b/TODO
@@ -149,4 +149,5 @@ activity on the buffer's pointers from touching the buffer page itself. - make buffer size configurable in global options * monitor number of simultaneous sessions in logs (per srv/inst/global) +* ignore leading empty lines in HTTP requests