Re: WSGI and asyncio (tulip)?
Robert Collins <[email protected]> Wed, 15 Oct 2014 11:28:42 +1300
| Newsgroups | gmane.comp.python.web |
|---|---|
| Message-ID | <CAJ3HoZ2gT+n=NJQrV9nw77J5wy+0PWNpt9cwgy=8ufDpv2G0Cw@mail.gmail.com> |
On 15 October 2014 11:10, Antoine Pitrou <[email protected]> wrote: > Each time a connection is accepted, protocol_factory is called without > arguments(**) to create a Protocol, a bidirectional stream Transport is > created to represent the network side of the connection, and the two > are tied together by calling protocol.connection_made(transport).""" So where would headers etc be supplied to the protocol for reads (and for outputs)? Since the transport isn't the raw socket, its the bodies only. -Rob -- Robert Collins <[email protected]> Distinguished Technologist HP Converged Cloud _______________________________________________ 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