commit | dc85b39db7b479e510a6e6dfc254dd9b5fa18050 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 18 07:38:19 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 18 07:38:19 2009 +0200 |
tree | 2d9152a4b9826af94f13722334b44ab7f6c2ebc8 | |
parent | 078e29495aea1ddf1cb8a21ae8875f1cb922e01f [diff] |
[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().