diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | Fri Aug 30 13:53:04 CEST 2013 | ||
2 | Started to implement #3008 (RFC 2616, section 8.1.4 | ||
3 | says HTTP server SHOULD terminate connection if the | ||
4 | client closes it for writing via TCP FIN, so we should | ||
5 | to continue to try to read and react differently | ||
6 | if recv() returns zero). -CG | ||
7 | |||
1 | Wed Aug 28 18:40:47 CEST 2013 | 8 | Wed Aug 28 18:40:47 CEST 2013 |
2 | Fix #3007 (build issue if messages are disabled). -CG | 9 | Fix #3007 (build issue if messages are disabled). -CG |
3 | 10 | ||