]> git.ipfire.org Git - thirdparty/tornado.git/commit
Log malformed HTTP requests more gracefully.
authorBen Darnell <ben@bendarnell.com>
Mon, 29 Nov 2010 22:08:01 +0000 (14:08 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 29 Nov 2010 22:08:01 +0000 (14:08 -0800)
commit6151498dba7d55d602cbf0360df8f29b712c33a1
treea6b6354fecc6c9619aff2ffb1aea768b3db8bdb9
parentae3cc317c2781ad515a0ad48891d65b2370982df
Log malformed HTTP requests more gracefully.

Malformed requests are now logged as a single INFO line (which
includes the IP address) instead of a verbose but uninformative stack
trace.
tornado/httpserver.py