aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Internal
damianedwards 7441855c34 Don't use a GUID for request ID because it's slow:
- FastHttpRequestIdentifierFeature uses an incrementing long with an int seed
- Everything is lazy so no computer incurred if ID is not asked for
- Optimized routine to stringify the ID
- #306
2015-10-04 22:43:03 -07:00
..
FastHttpRequestIdentifierFeatureTests.cs Don't use a GUID for request ID because it's slow: 2015-10-04 22:43:03 -07:00