How do HTTP servers handle very large HTTP requests?
As I understand, the body size of HTTP POST request is unlimited. Thus a
client may send gigabytes of data in one HTTP request. Now I wonder how an
HTTP server should handle such requests. How do Tomcat and Jetty handle
them ?
No comments:
Post a Comment