Erik van der Poel wrote:
> Rick Potts wrote:
>
>> Since each nsIChannel is associated with a single URL, I don't think
>> that pipelining should be an issue...
>
>
> What is the name of the interface that represents the TCP/IP connection
> over which HTTP pipelining occurs (or will occur)? Is it called Socket
> or something?
>
> Erik
>
nsISocketTransport represents the TCP/IP connection over which HTTP
transactions occur. Doug's changes will make it easier to implement
HTTP pipelining as it will be possible to keep a write operation open
while listening for responses from the server.
Darin