G
Guest
The httpWebRequest class supposedly supports HTTP 1.1 pipelining. I wasn't
able to figure out how to send multiple GET requests pipelined together.
All I could do was set one URI, and do GetResponse, or BeginGetResponse,
which would fire off a request for just that one URI.
I need it to pipeline multiple GETs over the same connection, to test
whether our Web server properly responds to pipelined requests.
Any pointers on how to do that, would be much appreciated
Thanks
cb
able to figure out how to send multiple GET requests pipelined together.
All I could do was set one URI, and do GetResponse, or BeginGetResponse,
which would fire off a request for just that one URI.
I need it to pipeline multiple GETs over the same connection, to test
whether our Web server properly responds to pipelined requests.
Any pointers on how to do that, would be much appreciated
Thanks
cb