Imported Upstream version 5.10.1.47

Former-commit-id: 1171fb4fe87f145cc46331df6e5318187d43e260
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-04-14 09:12:01 +00:00
parent 56d215b911
commit b5e7644439
35 changed files with 32 additions and 32 deletions

View File

@ -1443,7 +1443,7 @@ namespace MonoTests.System.Net.Http
HttpListener CreateListener (Action<HttpListenerContext> contextAssert, int port)
{
var l = new HttpListener ();
l.Prefixes.Add (string.Format ("http://+:{0}/", port));
l.Prefixes.Add (string.Format ("http://*:{0}/", port));
l.Start ();
AddListenerContext(l, contextAssert);