diff options
author | Loïc Hoguin <[email protected]> | 2017-11-13 20:45:08 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-13 20:45:08 +0100 |
commit | a1ad482eb442ea2bd54866656b7a7dc453e4bd8e (patch) | |
tree | 0bd760556b5e9708cb4382e5010e12920291bb35 /test/static_handler_SUITE.erl | |
parent | 6a8f9ebbb27147548356be888e07372245340b20 (diff) | |
download | cowboy-a1ad482eb442ea2bd54866656b7a7dc453e4bd8e.tar.gz cowboy-a1ad482eb442ea2bd54866656b7a7dc453e4bd8e.tar.bz2 cowboy-a1ad482eb442ea2bd54866656b7a7dc453e4bd8e.zip |
Don't supervise the tracer process
If we do then we end up killing the tracer after the stream
terminates and this is not what we want. This prevents us from
getting useful information from requests that are still ongoing
(when they run concurrently) and completely prevents us from
tracing Websocket handlers.
I'm not the biggest fan of having unsupervised modules but if
this is properly documented there should be no problem.
Diffstat (limited to 'test/static_handler_SUITE.erl')
0 files changed, 0 insertions, 0 deletions