This repository was archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
Not all request rejections are logged #1295
Comments
@muratg Please triage. |
cesarblum
pushed a commit
that referenced
this issue
Jan 9, 2017
cesarblum
pushed a commit
that referenced
this issue
Jan 9, 2017
cesarblum
pushed a commit
that referenced
this issue
Jan 10, 2017
cesarblum
pushed a commit
that referenced
this issue
Jan 27, 2017
This was referenced Mar 3, 2017
cesarblum
pushed a commit
that referenced
this issue
Mar 6, 2017
cesarblum
pushed a commit
that referenced
this issue
Mar 6, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BadHttpRequestException
s caught inKestrelHttpServer/src/Microsoft.AspNetCore.Server.Kestrel/Internal/Http/FrameOfT.cs
Line 196 in e55c624
Frame.RejectRequest
), even though the comment in the catch block indicates that should be the case.This is the case for requests containing invalid characters in headers (see aspnet/Mvc#5662), where the
BadHttpRequestException
is thrown fromMemoryPoolIterator.GetAsciiString
. This should be refactored BTW.The text was updated successfully, but these errors were encountered: