[MEDIUM] stream_interface: add and use ->update function to resync
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Aug 2009 05:38:19 +0000 (07:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Aug 2009 05:38:19 +0000 (07:38 +0200)
commitdc85b39db7b479e510a6e6dfc254dd9b5fa18050
tree2d9152a4b9826af94f13722334b44ab7f6c2ebc8
parent078e29495aea1ddf1cb8a21ae8875f1cb922e01f
[MEDIUM] stream_interface: add and use ->update function to resync

We used to call stream_sock_data_finish() directly at the end of
a session update, but if we want to support non-socket interfaces,
we need to have this function configurable. Now we access it via
->update().
include/types/stream_interface.h
src/client.c
src/proto_uxst.c
src/session.c