diff options
author | Loïc Hoguin <[email protected]> | 2017-09-14 15:34:37 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-09-14 15:34:37 +0200 |
commit | 5027d1335d1ca39e614f56bea199aacac4d3d5a7 (patch) | |
tree | 9aa59982acf82958d9547224e46e506e966608e9 /examples/rest_basic_auth/src | |
parent | 3cbf885961dc93df1b39d2de89f2a871402acbd5 (diff) | |
download | cowboy-5027d1335d1ca39e614f56bea199aacac4d3d5a7.tar.gz cowboy-5027d1335d1ca39e614f56bea199aacac4d3d5a7.tar.bz2 cowboy-5027d1335d1ca39e614f56bea199aacac4d3d5a7.zip |
Rework the proc_lib_hack
It is completely removed for connection processes, because
assuming Cowboy is written properly this should bring us
nothing anymore in 2.0.
It is reworked for request processes, there we want to
always propagate the stacktrace (including for exits)
because we will print a report to help with debugging
and proc_lib doesn't propagate it for exits.
At the same time the initial callback for connection
and request processes has been changed to connection_process
and request_process, which should help with identifying
processes when inspecting.
Diffstat (limited to 'examples/rest_basic_auth/src')
0 files changed, 0 insertions, 0 deletions