commit | 1398aa19d8d8035aef662749b55780a5cd4490b4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 12 23:04:07 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 12 23:04:07 2015 +0100 |
tree | 08e575d354a2ecc558975953d1e40959ccee635c | |
parent | 729c69f6e5c9098901d2242d86cf56bbf9ac6fe3 [diff] |
MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw() Now that the connection performs the correct controls when shutting down, use that in the few places where conn->xprt->shutw() was called. The calls were split between conn_data_shutw() and conn_data_shutw_hard() depending on the argument. Since the connection flags are updated, we don't need to call conn_data_stop_send() anymore, instead we just have to call conn_cond_update_polling().