Hello! I've been having trouble with an App Engine production bug (http:// code.google.com/p/googleappengine/issues/detail?id=5272), which is preventing my use of application-specific headers.
I was wondering, is there a way to manually construct a response, bypassing WSGI entirely, and simply exiting the application? This way, I could simply write the HTTP response, headers, and content to stdout myself, bypassing the bug. Attempting to do so, then calling sys.exit does not achieve the desired result: the server still appears to be creating its own headers, and everything written to standard out (including the HTTP headers) are output as content. Many thanks, Michael -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
