python-telegram-bot/telegram
Noam Meltzer 8690ba256e
webhookhandler: Fix exception thrown during error handling (#985)
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
2018-01-25 10:42:48 +02:00
..
ext jobqueue: Thread safety fixes (#977) 2018-01-20 15:27:01 +02:00
files Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
games Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inline Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
payment Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
utils webhookhandler: Fix exception thrown during error handling (#985) 2018-01-25 10:42:48 +02:00
vendor Update vendored urllib3 gitmodule to the proper git revision 2017-07-25 22:37:58 +03:00
__init__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
__main__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
base.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
bot.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
callbackquery.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chat.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chataction.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chatmember.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
choseninlineresult.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
constants.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
error.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
forcereply.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
keyboardbutton.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
message.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
messageentity.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
parsemode.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardmarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardremove.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replymarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
update.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
user.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
userprofilephotos.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
version.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
webhookinfo.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00