seanjensengrey / cogen

Automatically exported from code.google.com/p/cogen
MIT License
0 stars 0 forks source link

ConnectionClosed #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I got this running some stress tests (curl-loader) on 0.2.0:

Traceback (most recent call last):
  File "./cogen_wsgi", line 11, in <module>
    wsgi.server_factory({}, '0.0.0.0', 8080)(application)
  File "build/bdist.linux-i686/egg/cogen/web/wsgi.py", line 793, in serve
  File "build/bdist.linux-i686/egg/cogen/core/schedulers.py", line 230, in run
  File "build/bdist.linux-i686/egg/cogen/core/schedulers.py", line 212, in
iter_run
  File "build/bdist.linux-i686/egg/cogen/core/proactors/epoll_impl.py",
line 64, in run
NameError: global name 'ConnectionClosed' is not defined

Original issue reported on code.google.com by g%rre.tt@gtempaccount.com on 24 Nov 2008 at 3:46

GoogleCodeExporter commented 8 years ago
wops, looks like i forgot an import - fixed in the trunk

Original comment by ionel...@gmail.com on 24 Nov 2008 at 9:02