Merge pull request #392 from baulig/master
authorMartin Baulig <martin.baulig@gmail.com>
Wed, 25 Jul 2012 08:47:37 +0000 (01:47 -0700)
committerMartin Baulig <martin.baulig@gmail.com>
Wed, 25 Jul 2012 08:47:37 +0000 (01:47 -0700)
HttpClient fixes
* Check errors, fix tests on Windows.
* Disallow modifying properties after sending a request
* Close connection in HttpClient.GetStringAsync() and GetByteArrayAsync().
* Increase HttpContent.LoadIntoBufferAsync()'s internal buffer size to 65536.


Trivial merge