CLEANUP: stream: remove an obsolete debugging test
authorWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 14:18:13 +0000 (16:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 14:19:40 +0000 (16:19 +0200)
commitda5a63f8f15fb9815c9c56431217d68c34f01ac4
tree5d249da3e0bc8d6110ece58f2ecf087adafaba55
parent91e6df01fabf74884b95728171d54d68da228d19
CLEANUP: stream: remove an obsolete debugging test

The test consisted in checking that there was always a timeout on a
stream's task and was only enabled when built in development mode,
but 1) it is never tested and 2) if it had been tested it would have
been noticed that it triggers a bit too easily on the CLI. Let's get
rid of this old one.
src/stream.c