Closed nenadalm closed 5 years ago
Hi. If exception was thrown during body parsing, raise was called and then next handler was called. This pr fixes it so that next handler isn't called when the exception happened during body parsing.
raise
Looks great, thanks!
Hi. If exception was thrown during body parsing,
raise
was called and then next handler was called. This pr fixes it so that next handler isn't called when the exception happened during body parsing.