kazu-yamamoto / http2

HTTP/2.0 library including HPACK
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

Record reason in `KilledByHttp2ThreadPoolManager` #82

Closed edsko closed 1 year ago

edsko commented 1 year ago

This is the first patch of a series of three patches; this first patch is primarily preparatory: it records the reason a server handler is killed as part of the KilledByHttp2ThreadPoolManager. This primarily helps debugging, but it can also serve some other functions; more on that in the next patch.

kazu-yamamoto commented 1 year ago

Merged. Thanks!