MINOR: task/stream: tasks related to a stream must be init by the caller.
authorEmeric Brun <ebrun@haproxy.com>
Mon, 29 May 2017 13:26:51 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Jun 2017 12:38:02 +0000 (14:38 +0200)
commit5f77fef34e76f20fe62f3e4102559c1e0fe8f5a1
tree201f30fa920eae8b0572c0f1589b180dba390402
parent0194897e540cec67d7d1e9281648b70efe403f08
MINOR: task/stream: tasks related to a stream must be init by the caller.

The task_wakeup was called on stream_new, but the task/stream
wasn't fully initialized yet. The task_wakeup must be called
explicitly by the caller once the task/stream is initialized.
src/flt_spoe.c
src/hlua.c
src/peers.c
src/session.c
src/stream.c