Skip to content

Commit

Permalink
Filter requests only by paths, excluding host and port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Sep 24, 2010
1 parent a504381 commit 9d66f85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ internal static int CompareEntries (HttpChannelListenerEntry e1, HttpChannelList
return p2 - p1;
}

const UriComponents cmpflag = UriComponents.HttpRequestUrl ^ UriComponents.Query;
const UriComponents cmpflag = UriComponents.Path;
const UriFormat fmtflag = UriFormat.SafeUnescaped;

internal bool FilterHttpContext (HttpContextInfo ctx)
Expand Down

0 comments on commit 9d66f85

Please sign in to comment.