commit | 38c99bcb98f36a7a7bcef08882b8505c66f6b600 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Feb 22 15:58:45 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Feb 22 15:58:45 2009 +0100 |
tree | bfbf5652eab868fe0baffc0ffa06554f93decd01 | |
parent | fd3828e263bce5e97c4e1f31aebc380addb6a897 [diff] |
[BUG] fix unix socket processing of interrupted output Unix socket processing was still quite buggy. It did not properly handle interrupted output due to a full response buffer. The fix mainly consists in not trying to prematurely enable write on the response buffer, just like the standard session works. This also gets the unix socket code closer to the standard session code handling.