Discussion:
pipelining and winhttp
(too old to reply)
s***@yahoo.com
2007-03-11 20:22:08 UTC
Permalink
Does the latest WinHTTP component support HTTP 1.1 pipelining?

What is the WinHTTP version that supports it?

If it doesn't, any recommendation for components that support
pipelining.
Stephen Sulzer
2007-03-13 09:39:34 UTC
Permalink
No, WinHTTP does not support HTTP 1.1 pipelining.

The System.Net.HttpWebRequest component in the .NET Framework supports
pipelining.

http://blogs.msdn.com/mflasko/archive/2006/07/17/669293.aspx


- Stephen

Loading...