How do you set in Jetty 12 a max request size programmatically
By default jetty 12 automatically drops the connection if request size is larger than ~ 1MB. Is there a way to set a larger request size?
By default jetty 12 automatically drops the connection if request size is larger than ~ 1MB. Is there a way to set a larger request size?