Re: [Web-SIG] [Python-Dev] wsgi validator with asynchronous handlers/servers

2013-03-25 Thread Manlio Perillo
Il 24/03/2013 06:14, PJ Eby ha scritto: > [...] >> Thanks for response PJ, >> that is what I, unfortunately, didn't want to hear, the validator being >> correct for the "spec" means I can't use it for my asynchronous stuff, which >> is a shame :-((( >> But why commit to send headers when you may no

Re: [Web-SIG] [Python-Dev] wsgi validator with asynchronous handlers/servers

2013-03-23 Thread PJ Eby
On Sat, Mar 23, 2013 at 7:30 PM, Luca Sbardella wrote: >PJ Eby wrote: >> The validator is correct for the spec. You *must* call >> start_response() before yielding any strings at all. > > > Thanks for response PJ, > that is what I, unfortunately, didn't want to hear, the validator being > correct