-
Notifications
You must be signed in to change notification settings - Fork 10.4k
fix typo in log message #46540
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
fix typo in log message #46540
Conversation
Thanks for your PR, @OwnageIsMagic. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Please open a separate issue using the API review template. |
also needs a fix here to make test pass. aspnetcore/src/Middleware/RequestDecompression/test/RequestDecompressionMiddlewareTests.cs Line 740 in d1080d4
|
Thanks @OwnageIsMagic |
Hi @danmoseley. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
@danmoseley for not keeping it till hacktobefest? haha |
Hi @OwnageIsMagic. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
Fix typo
I was looking for a way to disable this middleware for particular endpoint (pass-through scenario), but seems there is no way for partial opt out.
Are you willing to accept PR for something like this?