Merge pull request #92 from rpedroso/fcgi_typo

typo in contrib/gateways/fcgi.py
This commit is contained in:
mdipierro
2013-05-14 10:05:35 -07:00
+1 -1
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):
"""