summary refs log tree commit diff
path: root/changelog.d/13660.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.67.0rc1Erik Johnston2022-09-061-1/+0
|
* Fix bug where we wedge media plugins if clients disconnect early (#13660)Erik Johnston2022-08-301-0/+1
We incorrectly didn't use the returned `Responder` if the client had disconnected, which meant that the resource used by the Responder wasn't correctly released. In particular, this exhausted the thread pools so that *all* requests timed out.