]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't log EPIPE (broken pipe) errors as warnings 784/head
authorTaha Jahangir <mtjahangir@gmail.com>
Sun, 12 May 2013 18:16:13 +0000 (22:46 +0430)
committerTaha Jahangir <mtjahangir@gmail.com>
Sun, 12 May 2013 18:16:13 +0000 (22:46 +0430)
commit0b397ccee256d865e087bfbc379f0cbe530eaedc
treeef847c3a7d84c7711d2b7fad94d67df527c05490
parent3305d1921ccf0d8c437cfe882e50ab1ad74a895a
Don't log EPIPE (broken pipe) errors as warnings

Broken pipe errors are usually caused by connection reset, and its better to not log EPIPE errors to minimize log spam
tornado/iostream.py