r47140 - Update patch for latest changes on trunk.

adiroiban-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sun, 3 Apr 2016 23:09:19 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: adiroiban
Date: Sun Apr  3 23:09:15 2016
New Revision: 47140

Modified:
   branches/http-server-invalid-header-8101-2/twisted/web/http.py

Log:
Update patch for latest changes on trunk.

Modified: branches/http-server-invalid-header-8101-2/twisted/web/http.py
==============================================================================
--- branches/http-server-invalid-header-8101-2/twisted/web/http.py	(original)
+++ branches/http-server-invalid-header-8101-2/twisted/web/http.py	Sun Apr  3 23:09:15 2016
@@ -1825,7 +1825,7 @@
         try:
             header, data = line.split(b':', 1)
         except ValueError:
-            _respondToBadRequestAndDisconnect(self.transport)
+            self._respondToBadRequestAndDisconnect()
             return
 
         header = header.lower()