Skip to content

Commit

Permalink
Fixed by requiring flup>=1.0.3.dev_20110405
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Oct 30, 2012
1 parent 4c7eff3 commit 046e0eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iiswsgi/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def __init__(self, *args, **kw):
super(IISWSGIServer, self).__init__(*args, **kw)
self._jobClass = IISConnection

# XXX conflict between single and connnection class on the
# timeout argument
self._jobArgs = self._jobArgs + (None,)

self.fcgi_listensock_fileno = sys.stdin.fileno()
Expand Down

0 comments on commit 046e0eb

Please sign in to comment.