Hello Ian,
Thank you for the really quick response. Now I have two more
questions...
> It's just a coincidence it works on Linux; iteration isn't part of the
> required API of wsgi.input.
Oh, I must have mis-read this one here then:
http://www.python.org/dev/peps/pep-0333/#input-and-error-streams
I thought that this indicated that iteration MUST be supported by the
server? What did I miss?
> Also, you should be really careful not to
> read past the end (environ['CONTENT_LENGTH']), as on some servers that
> will block.
Ok. How do I do this in cases where the data is streamed, and no content
length has been sent by the client? Is 'chunked' the only way to go?
Thank you again...
Juergen
_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users