Commit ea045a61 authored by Ken Manheimer's avatar Ken Manheimer

FCGIChannel(): Reindented "closed=0" line in most apparent way to

prevent syntax error.
parent bc107273
......@@ -337,7 +337,7 @@ class FCGIChannel(asynchat.async_chat):
easily multiplex multiple connections in the same process, it's no
great loss.
"""
closed=0
closed=0
def __init__(self, server, sock, addr):
self.server = server
......
......@@ -337,7 +337,7 @@ class FCGIChannel(asynchat.async_chat):
easily multiplex multiple connections in the same process, it's no
great loss.
"""
closed=0
closed=0
def __init__(self, server, sock, addr):
self.server = server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment