Merge pull request #2338 from BogdanovKirill/httpwritefix3
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 15 Dec 2015 17:43:22 +0000 (17:43 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 15 Dec 2015 17:43:22 +0000 (17:43 +0000)
commit564fe71fa8cccb5a6cdbeaf713a2f1eaa7729593
tree53accfad58e77ab685b9b9e64fb49ca559cd2f8d
parent42c503ad559541bd8a8b03b3c6d0b6693324da29
parent10e5aba1550505184f094cc4329ce6a184551082
Merge pull request #2338 from BogdanovKirill/httpwritefix3

[HttpConnection] Bug fix: HttpListener's "IgnoreWriteExceptions" property value is ignored when "Expect: 100-Continue" header set in request

That problem was discussed previously here: https://github.com/mono/mono/pull/2300
I want to offer alternative solution now.