Skip to content

Commit

Permalink
Adjust tabbing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tychshenko, Dmitriy authored and marek-safar committed Feb 8, 2018
1 parent b2ec39d commit 06a89a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public HttpListenerManager GetOrCreateManager (Uri uri, HttpTransportBindingElem

// Lastly, try to match the listener to the start of the current request path
// This is to support WCF methods with path parameters in UriTemplate annotation
m = listeners.FirstOrDefault (p => absolutePath.StartsWith (p.Key.AbsolutePath, StringComparison.Ordinal)).Value;
m = listeners.FirstOrDefault (p => absolutePath.StartsWith (p.Key.AbsolutePath, StringComparison.Ordinal)).Value;
if (m != null)
return m;
}
Expand Down

0 comments on commit 06a89a5

Please sign in to comment.