commit | da5a63f8f15fb9815c9c56431217d68c34f01ac4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 20 16:18:13 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 20 16:19:40 2019 +0200 |
tree | 5d249da3e0bc8d6110ece58f2ecf087adafaba55 | |
parent | 91e6df01fabf74884b95728171d54d68da228d19 [diff] |
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.