commit | 985a4485f57af55cd8f097ab437fdf87c365ea96 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Tue Oct 24 03:02:41 2006 +1000 |
committer | Damien Miller <djm@mindrot.org> | Tue Oct 24 03:02:41 2006 +1000 |
tree | 4b92d3258e969d0742120e1315f5b18a028e25f8 | |
parent | f4bcd10c4c9b53e7c0c2821825addaf3a13d7c1a [diff] |
- markus@cvs.openbsd.org 2006/10/11 12:38:03 [clientloop.c serverloop.c] exit instead of doing a blocking tcp send if we detect a client/server timeout, since the tcp sendqueue might be already full (of alive requests); ok dtucker, report mpf