commit | d13a3c8d2ae5b9742c42db067705a6464f740af6 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Mon Apr 10 21:01:39 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Mon Apr 10 21:01:39 2006 +0200 |
tree | 6942417f3e2f6a31dad9eefad4c0b637cf066850 | |
parent | 1d176628c5de108855e240edd9282d1f77c529f4 [diff] [blame] |
* ignore leading empty lines in HTTP requests (RFC2616)
diff --git a/TODO b/TODO index ddc9166..1471c4b 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