On 15 October 2014 11:10, Antoine Pitrou <solip...@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 <rbtcoll...@hp.com>
Distinguished Technologist
HP Converged Cloud
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
https://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to