Skip to content

Commit

Permalink
Trigger Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn225 authored Jan 23, 2025
1 parent 591d7e5 commit 8f510fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ private[zio] final case class ServerInboundHandler(
} else {
val req = makeZioRequest(ctx, jReq)
if (!validateHostHeader(req)) {
// Validation failed, return 400 Bad Request
attemptFastWrite(ctx, req.method, Response.status(Status.BadRequest))
releaseRequest()
} else {
Expand Down

0 comments on commit 8f510fe

Please sign in to comment.