Another workaround I've found is to use some WSGI middleware to extract wsgi.input early in the processing for certain methods and save it as a string in environ (I'm using 'wsgi.input.cache'), then reset wsgi.input as StringIO for other middleware that expects to use it.... I've found that many WSGI components expect wsgi.input to be available, and after consuming it don't consider that there may be other components that expect it to be available.
N --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
