MINOR: stream: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 16:13:15 +0000 (18:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:18 +0000 (09:54 +0200)
commit630f99a7e9da6ae233ce2124c69eb163648c0d19
treeaec862d36678690cb22910b7917dcb32e5994fc6
parent151a2387ece5489313cd4955a2ba17e132ee8b2d
MINOR: stream: use conn_full_close() instead of conn_force_close()

We simply disable tracking before calling it.
src/stream.c