r47151 - fix the bug
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 5 Apr 2016 10:05:59 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Tue Apr 5 10:05:55 2016
New Revision: 47151
Modified:
branches/dropped-factory-8272/twisted/web/http.py
Log:
fix the bug
Modified: branches/dropped-factory-8272/twisted/web/http.py
==============================================================================
--- branches/dropped-factory-8272/twisted/web/http.py (original)
+++ branches/dropped-factory-8272/twisted/web/http.py Tue Apr 5 10:05:55 2016
@@ -2262,6 +2262,16 @@
@property
+ def factory(self):
+ return self._channel.factory
+
+
+ @factory.setter
+ def factory(self, value):
+ self._channel.factory = value
+
+
+ @property
def requestFactory(self):
return self._channel.requestFactory