Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 202f60c

Browse files
author
Cesar Blum Silveira
committed
Remove TODO.
1 parent 12be541 commit 202f60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Net.Http.Server/RequestProcessing/RequestUriBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private string GetPath()
106106
}
107107

108108
// Fallback
109-
return _cookedUriPath; // TODO: is this the right fallback?
109+
return _cookedUriPath;
110110
}
111111

112112
private ParsingResult ParseRawPath(Encoding encoding)

0 commit comments

Comments
 (0)