Skip to content

Commit

Permalink
Remove header limits
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Sep 17, 2024
1 parent e0145f7 commit c97c77e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ object HttpServer {
.withHttpApp(httpApp)
.withIdleTimeout(networking.idleTimeout)
.withMaxConnections(networking.maxConnections)
.withLengthLimits(
maxRequestLineLen = networking.maxRequestLineLength,
maxHeadersLen = networking.maxHeadersLength
)
.cond(secure, _.withSslContext(SSLContext.getDefault))
.resource

Expand Down

0 comments on commit c97c77e

Please sign in to comment.