Hi,

When I send a request with too longer header value to nginx 1.16.1, I get
400 Bad Request response code and default nginx error page.
If I create a custom error page:
error_page 494 /my4xx.html;
now I can see my error page but the http response code becomes 494. Is that
a bug?
Shall I see 400 instead?

Thanks!
Frank
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to