commit | ef900ab0f44ac11ede902311f877806e9b9fe420 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sat Dec 17 12:52:52 2005 +0100 |
committer | willy tarreau <willy@wtap.(none)> | Sat Dec 17 12:52:52 2005 +0100 |
tree | e26a995f7646129d56219cdbe4da911cb62848a4 | |
parent | efae1847c3f4ee41c98a4bd5f51ef355765940b5 [diff] |
* released 1.1.2 * fixed a bug in buffer management where we could have a loop between event_read() and process_{cli|srv} if R==BUFSIZE-MAXREWRITE. => implemented an adjustable buffer limit. * fixed a bug : expiration of tasks in wait queue timeout is used again, and running tasks are skipped. * added some debug lines for accept events. * send warnings for servers up/down.