mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 06:05:19 +00:00
The issue here was that due to the method call there was no guarantee that the unlock was reached in case of an exception. Restructuring the code like this provides this guarantee