Commit a072d719 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Use 431 instead of 413

parent d0d04883
......@@ -221,7 +221,7 @@ int on_header_callback(nghttp2_session *session,
<< downstream->get_request_headers_sum();
}
if(upstream->error_reply(downstream, 413) != 0) {
if(upstream->error_reply(downstream, 431) != 0) {
return NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment