Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 4083c18

Browse files
committed
Merge pull request #441 from benaadams/patch-2
Comment cleanup
2 parents 7d62a18 + 3276115 commit 4083c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNet.Http/Features/HttpRequestIdentifierFeature.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Http.Features.Internal
88
{
99
public class HttpRequestIdentifierFeature : IHttpRequestIdentifierFeature
1010
{
11-
// Base64 encoding - but in ascii sort order for easy text based sorting
11+
// Base32 encoding - in ascii sort order for easy text based sorting
1212
private static readonly string _encode32Chars = "0123456789ABCDEFGHIJKLMNOPQRSTUV";
1313
// Seed the _requestId for this application instance with
1414
// the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001
@@ -61,4 +61,4 @@ private static unsafe string GenerateRequestId(long id)
6161
return new string(charBuffer, 0, 13);
6262
}
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)