[System.Net.Http] Make HttpClientTest.GetString_Many test more reliable
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 15 Mar 2016 20:16:24 +0000 (21:16 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 15 Mar 2016 20:16:24 +0000 (21:16 +0100)
commit648414942ccc2b4d862e8fa88e02a5fd6f3928db
treef4db8b2504a4fa21a7ec43d612bad2ff95627273
parentcf4f8ad342faee3b66c47b97fd2e9ba970087635
[System.Net.Http] Make HttpClientTest.GetString_Many test more reliable

It's flaky on Jenkins, removing the dependency on an external server and instead using a local HttpListener
to answer the requests should hopefully make it more reliable.
mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs