diff --git a/releasenotes/notes/paused-handler-fix-6c4932dcf71939ba.yaml b/releasenotes/notes/paused-handler-fix-6c4932dcf71939ba.yaml new file mode 100644 index 000000000..c248d2226 --- /dev/null +++ b/releasenotes/notes/paused-handler-fix-6c4932dcf71939ba.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixed a bug where if a request handler is paused and an exception is thrown + within the handler, the handler was not properly unpaused and the request + remained in the list of active handlers.