]> git.ipfire.org Git - thirdparty/tornado.git/commit
Refine logging in http1connection.py.
authorBen Darnell <ben@bendarnell.com>
Sun, 1 Jun 2014 22:14:14 +0000 (18:14 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 1 Jun 2014 22:14:14 +0000 (18:14 -0400)
commitf271140892036c300d6443f8735923067a8cb86e
tree3044ca1cc1f155b7e71775c83e83c9d91177de95
parent1d1b0dec7226976d39e9ffc0cfc3cb88c78fdcdd
Refine logging in http1connection.py.

Exceptions raised by delegate methods go to app_log; all others to gen_log.
tornado/http1connection.py
tornado/test/httpserver_test.py
tornado/test/simple_httpclient_test.py