MEDIUM: connection: make it possible for data->wake to return an error
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Oct 2012 19:12:16 +0000 (21:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 20:26:10 +0000 (22:26 +0200)
commit2396c1c4a24052e34af0e2b165cf86deeef069aa
treeda4412b19a82aca8906dfdbe87b3de13fa00d745
parent9e272bf95df16b9bfe6713cab0dc510a35e1f8e2
MEDIUM: connection: make it possible for data->wake to return an error

Just like ->init(), ->wake() may now be used to return an error and
abort the connection. Currently this is not used but will be with
embryonic sessions.
include/types/connection.h
src/connection.c
src/stream_interface.c