Skip to content

webhookhandler: Fix exception thrown during error handling#985

Merged
tsnoam merged 1 commit intomasterfrom
fix_970
Jan 25, 2018
Merged

webhookhandler: Fix exception thrown during error handling#985
tsnoam merged 1 commit intomasterfrom
fix_970

Conversation

@tsnoam
Copy link
Member

@tsnoam tsnoam commented Jan 24, 2018

BaseServer.handle_error() default behaviour is to print to stdout or
stderr (depends on the python version). In case that the file descriptor
is closed an additional exception will be raised, causing the webhook
thread to quit.

Fixes #970

BaseServer.handle_error() default behaviour is to print to stdout or
stderr (depends on the python version). In case that the file descriptor
is closed an additional exception will be raised, resulting with the
webhook thread to quit.

Fixes #970
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webhook Broken Pipe after connection reset, kills dispatcher

1 participant