]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26309: Shut down SocketServer request if verify_request() is false
authorMartin Panter <vadmium+py@gmail.com>
Thu, 18 Feb 2016 10:43:55 +0000 (10:43 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 18 Feb 2016 10:43:55 +0000 (10:43 +0000)
commitba8474b77dd86d8dde40eaa7a4a6715a476d6242
tree7b87c2188df2894c8789c1b7a3a9a24ff295e079
parent51b13e53fcd0dfc0fbaa2be9cab7814e5f98233e
Issue #26309: Shut down SocketServer request if verify_request() is false

Based on patch by Aviv Palivoda.
Lib/SocketServer.py
Lib/test/test_socketserver.py
Misc/NEWS