commit | 5d5b2fecac824f6149151934a6935e251ca477ed | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 10:59:38 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 25 18:07:16 2015 +0200 |
tree | d16d00d067268655cf394e9da7bcd2173ee4a5c0 | |
parent | 452c7d5d936a7eed60bbd9f2758c525b942eb165 [diff] |
MEDIUM: stream-int: call stream_int_update() from si_update() Now the call to stream_int_update() is moved to si_update(), which is exclusively called from the stream, so that the socket layer may be updated without updating the stream layer. This will later permit to call it individually from other places (other tasks or applets for example).