]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove headers from HTTPServerRequest repr 2132/head
authorFitz Elliott <fitz@cos.io>
Thu, 10 Aug 2017 15:10:00 +0000 (11:10 -0400)
committerFitz Elliott <fitz@cos.io>
Thu, 10 Aug 2017 15:22:48 +0000 (11:22 -0400)
commit871bf81c229cb482b67d41f460e55970e8fdf922
treef4bdabb8ff22baf6cd1a5d03563bef295cce24c7
parentd4094a0c2a7cddc654381c162ee7786d4bf8453b
Remove headers from HTTPServerRequest repr

 * In tornadoweb/tornado#1112 it was decided to stop including headers
   in the request repr, since they are needlessly verbose and risk
   leaking user secrets into the application log.
tornado/httputil.py
tornado/test/httputil_test.py