]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream_interface: add reporting of ressouce allocation errors
authorWilly Tarreau <w@1wt.eu>
Mon, 14 May 2012 10:11:47 +0000 (12:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 16:12:18 +0000 (17:12 +0100)
commit2d400bb931442dda9c84014c3321794bf4d2c63d
treeb599ad73d5e3927cd9687c6ae90d03173a242cbc
parent05efc0f33a0eaa0762f7781b51d27c9886b8c7a3
MINOR: stream_interface: add reporting of ressouce allocation errors

SSL and keep-alive will need to be able to fail on allocation errors,
and the stream interface did not allow to report such a cause. The flag
will then be "RC" as already documented.
include/types/stream_interface.h
src/proto_http.c
src/session.c