Re: WSGI: start_response buffers headers
PJ Eby <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]> Fri, 26 Sep 2014 16:07:03 -0400
| Newsgroups | gmane.comp.python.web |
|---|---|
| Message-ID | <CALeMXf7yqAHPG_=X=xHK6d6kO5gsO9Y9TMk4qhb8UN26iKhpGw@mail.gmail.com> |
On Thu, Sep 25, 2014 at 11:48 PM, Robert Collins <[email protected]> wrote: > I think making an empty bytestream flush the headers would be > sufficient, and preserve much of the niceness. FWIW, switching to the `app(environ) -> status, headers, body` calling signature gets rid of this issue as well, since there is no longer a start_response. ;-) _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: https://mail.python.org/mailman/options/web-sig/gcpw-web-sig%40m.gmane.org