commit | 9125f3cc7733fc88517dc7c2a8d8decea505e0d1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 31 09:47:24 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | 965e74692a6dc524b6a182b7346fe362d9453fcc | |
parent | 62e757470aa6d7cd0b3279d076564ddbb8cf6447 [diff] |
MINOR: stream-int/stream: Move si_retnclose() in the stream scope si_retnclose() is used to send a reply to a client before closing. There is no use on the server side, in spite of the function is generic. Thus, it is renamed stream_retnclose() and moved into the stream scope. The function now handle a stream and explicitly send a message to the client.