Open durin42 opened 14 years ago
I'm wondering if this has anything to do with wsgi app support, my use of Spawning with threads is when using the django_factory.
Will investigate when I get some time (hopefully this evening)
It occurs to me that this might be related (somehow) to a generator response that isn't getting iterated properly.
Reproduction recipe: WSGI application:
hgweb.config, which should be in the same dir as the wsgi application:
Run spawning, with actual output after attempting to load one page:
But the response from the server never arrives. Checking with cURL indicates that the response headers are served but the body never arrives: