[Twisted-Python] Code review comment for http.py
![](https://secure.gravatar.com/avatar/cf223b7cf77583c0a2665bad01f84f11.jpg?s=120&d=mm&r=g)
Oct. 4, 2019
11:26 a.m.
I see that there are duplicate lines in http.py in _GenericHTTPChannelProtocol.dataReceived() Notice that around line 2960 two calls to setTimeout(). networkProducer.unregisterProducer() # Cancel the old channel's timeout. self._channel.setTimeout(None) # Cancel the old channel's timeout. self._channel.setTimeout(None) transport = self._channel.transport Barry
![](https://secure.gravatar.com/avatar/cf223b7cf77583c0a2665bad01f84f11.jpg?s=120&d=mm&r=g)
10:36 a.m.
On Saturday, 5 October 2019 04:48:03 BST Glyph wrote:
![](https://secure.gravatar.com/avatar/cf223b7cf77583c0a2665bad01f84f11.jpg?s=120&d=mm&r=g)
10:36 a.m.
On Saturday, 5 October 2019 04:48:03 BST Glyph wrote:
1957
Age (days ago)
1961
Last active (days ago)
3 comments
2 participants
participants (2)
-
Glyph
-
Scott, Barry