You've already forked linux-packaging-mono
Imported Upstream version 5.10.1.47
Former-commit-id: 1171fb4fe87f145cc46331df6e5318187d43e260
This commit is contained in:
parent
56d215b911
commit
b5e7644439
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user