[Web-SIG] WSGI and asyncio (tulip)?
Robert Collins
robertc at robertcollins.net
Wed Oct 15 00:28:42 CEST 2014
On 15 October 2014 11:10, Antoine Pitrou <solipsis at pitrou.net> 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 <rbtcollins at hp.com>
Distinguished Technologist
HP Converged Cloud
More information about the Web-SIG
mailing list