commit | cdeb9a2002f68737c99c0a0515b143a2810c6dec | [log] [tgz] |
---|---|---|
author | Krzysztof Oledzki <ole@ans.pl> | Mon Apr 21 07:28:21 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 21 07:31:52 2008 +0200 |
tree | fdd643427401073290c2b8fec8b6dd0db534bcc4 | |
parent | 8e4b21d5eb9d3084425ffc4e22a2c513c590b517 [diff] |
[TESTS] add a debug patch to help trigger the stats bug About: [BUG] Flush buffers also where there are exactly 0 bytes left I'm also attaching a debug patch that helps to trigger this bug. Without the fix: # echo -ne "GET /haproxy?stats;csv;norefresh HTTP/1.0\r\n\r\n"|nc 127.0.0.1 801|wc -c 16384 With the fix: # echo -ne "GET /haproxy?stats;csv;norefresh HTTP/1.0\r\n\r\n"|nc 127.0.0.1 801|wc -c 33089 Best regards, Krzysztof Oledzki