eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

HttpProxy: Avoid causing another exception during exception handling #1169

Closed matthiaso closed 1 month ago

matthiaso commented 1 month ago

Apparently throwing another exception while handling a previous exception (within failed) method may corrupt some connection pools [IOReactorShutdownException for following requests].

394532