commit | b67a9b8ca885dec7afffdf59b36af6b68e83727b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 21 22:03:51 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 21 22:12:49 2009 +0200 |
tree | 58209ddfce1bb61393523f843def0eeb2798e359 | |
parent | ea38854d34675d5472319c453b7027af42fe8aab [diff] |
[MAJOR] session: only check for timeouts when they have just occurred. It's useless to check for buffer timeouts every time we call process_session() because we already control when we set the flag. So let's check them at the precise moment where the flag is set.