[BUG] do not re-arm read timeout after writing data
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Jun 2007 13:59:52 +0000 (15:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Jun 2007 14:03:49 +0000 (16:03 +0200)
commitfa64558402913053c0559423590e667a2be27eac
treedabf63dd5b5ee5bcb578e0e25a522b50bcd2b7eb
parent33014d0d8da6adc8a84ea8ba2ba71a2d409d8e53
[BUG] do not re-arm read timeout after writing data

A second occurrence of read-timeout rearming was present in stream_sock.c.
To fix the problem, it was necessary to put the shutdown information in
the buffer (already planned).
include/proto/buffers.h
include/types/buffers.h
src/proto_http.c
src/stream_sock.c