-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a binary constant mode to StringValues #64
Milestone
Comments
Related aspnet/KestrelHttpServer#169 |
The comparison to ascii isn't great. You could have newed up your own encoder with options. We need a type test or maybe an enumeration |
JunTaoLuo
added a commit
that referenced
this issue
Dec 11, 2015
JunTaoLuo
added a commit
that referenced
this issue
Jan 15, 2016
JunTaoLuo
added a commit
that referenced
this issue
Jan 21, 2016
JunTaoLuo
added a commit
that referenced
this issue
Jan 21, 2016
From benchmarks tests, it was found that this optimization is no longer relevant after all the optimization made in Kestrel. Will close for now, see aspnet/KestrelHttpServer#584 for details. |
natemcmaster
pushed a commit
that referenced
this issue
Nov 7, 2018
Using 'nameof' operator instead of magic strings
ghost
locked as resolved and limited conversation to collaborators
Dec 2, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Something like the following
would enable an application to contain
this would enable a server to optimize the header output
The text was updated successfully, but these errors were encountered: