2008-08-22 Zoltan Varga <vargaz@gmail.com>
authorMiguel de Icaza <miguel@gnome.org>
Fri, 22 Aug 2008 21:30:31 +0000 (21:30 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 22 Aug 2008 21:30:31 +0000 (21:30 -0000)
commit9cc22599f08e2d0ee94746e3f22bfeb8bb600a4d
treeb5992dbac6fef4b785928223cf8a161935b52377
parent128130fb6c633b32c40a38cfdf4057e5b1bdcb24
2008-08-22  Zoltan Varga  <vargaz@gmail.com>

* WebConnectionStream.cs (WriteRequest): For small requests,
cluster together the header + body in a single write call, avoids
the latency problems observed in an TLS application that makes
many web service calls.

2008-08-22  Geoff Norton  <gnorton@novell.com>

* WebConnection.cs: Set NoDelay

svn path=/trunk/mcs/; revision=111430
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/WebConnection.cs
mcs/class/System/System.Net/WebConnectionStream.cs