Commit 83a43af2 authored by liaozan's avatar liaozan 🏀

Polish

parent db73985f
......@@ -21,7 +21,7 @@ public class ContentCachingServletUtils {
if (request instanceof ContentCachingRequestWrapper) {
return (ContentCachingRequestWrapper) request;
} else {
return new ContentCachingRequestWrapper(request, request.getContentLength());
return new ContentCachingRequestWrapper(request);
}
}
......
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