Skip to content

Commit

Permalink
Remove logging of unknown connections
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jan 16, 2023
1 parent e2ef99f commit 202646b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bandit/initial_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ defmodule Bandit.InitialHandler do
{:switch, Bandit.HTTP1.Handler, data, state}

_other ->
Logger.warning("Could not determine a protocol")
{:close, state}
end
end
Expand Down

0 comments on commit 202646b

Please sign in to comment.