We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e36d93 commit c8072bdCopy full SHA for c8072bd
supervisor/xmlrpc.py
@@ -134,7 +134,7 @@ def getresponse(self, body):
134
outgoing_producer = producers.composite_producer(self.request.outgoing)
135
136
# apply a few final transformations to the output
137
- if not self.request.channel.closing:
+ if not getattr(self.request.channel, "closing", False):
138
self.request.channel.push_with_producer(
139
# globbing gives us large packets
140
producers.globbing_producer(
0 commit comments