]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add an expiration flag to the stream_sock_interface
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Sep 2008 09:51:16 +0000 (11:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:10 +0000 (10:19 +0100)
commitd7704b5343b27a116505528a15c1ded08f44cbdb
treead39899de2afbeda009d8b7a9478c2d3d9a89001
parent3c6ab2e28d8611aa66f9bd35d865e1e9cec49eb5
[MINOR] add an expiration flag to the stream_sock_interface

This expiration flag is used to indicate that the timer has
expired without having to check it everywhere.
include/proto/stream_sock.h
include/types/stream_interface.h
src/client.c
src/proto_http.c
src/stream_sock.c