This commit is contained in:
Ricardo Pedroso
2013-05-14 00:15:49 +01:00
parent 1a3361a1bb
commit c5aaebd4a8

View File

@@ -815,7 +815,7 @@ class Connection(object):
outrec = Record(FCGI_UNKNOWN_TYPE)
outrec.contentData = struct.pack(FCGI_UnknownTypeBody, inrec.type)
outrec.contentLength = FCGI_UnknownTypeBody_LEN
self.writeRecord(rec)
self.writeRecord(outrec)
class MultiplexedConnection(Connection):
"""