httpchannelover专题

上传大文件报错java.lang.IllegalStateException: too much data after closed for HttpChannelOver

修改springboot配置文件配置 增加如下参数的值: server.jetty.max-http-post-size=200000000  # Maximum size in bytes of the HTTP post or put content. 用来设置jetty服务器能就收的最大post请求的大小