Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Last active August 14, 2021 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlosmid/cdb21d8dac42b7bdee175deb9c6b4b36 to your computer and use it in GitHub Desktop.
Save karlosmid/cdb21d8dac42b7bdee175deb9c6b4b36 to your computer and use it in GitHub Desktop.
Cowboy error for HTTP 431
[error] [early_error_time: -576460745611033000, partial_req: %{headers: %{"accept" => "*/*", "host" => "localhost:5000", "user-agent" => "curl/7.64.1"}, method: "GET", path: "/healthcheck", peer: {{127, 0, 0, 1}, 51940}, qs: "", ref: YourAppName.Endpoint.HTTP, version: :"HTTP/1.1"}, pid: #PID<0.718.0>, reason: {:connection_error, :limit_reached, :"A header value is larger than configuration allows. (RFC7230 3.2.5, RFC6585 5)"}, ref: YourAppName.Endpoint.HTTP, resp_headers: %{"connection" => "close", "content-length" => "0"}, resp_status: 431, streamid: 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment