You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is is possible to implement early rejection of HTTP requests when the Content-Length header indicates a value larger than the maximum configured request length. This would be beneficial to avoid unnecessary processing of oversized requests.
It is is possible to implement early rejection of HTTP requests when the Content-Length header indicates a value larger than the maximum configured request length. This would be beneficial to avoid unnecessary processing of oversized requests.
The relevant code section is located at
armeria/core/src/main/java/com/linecorp/armeria/server/Http1RequestDecoder.java
Lines 211 to 226 in d30dff0
armeria/core/src/main/java/com/linecorp/armeria/server/Http2RequestDecoder.java
Lines 167 to 180 in d30dff0
discord discussion: https://discord.com/channels/1087271586832318494/1087272728177942629/1275651316034699327
The text was updated successfully, but these errors were encountered: