diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/retrace-server | 2 | ||||
| -rw-r--r-- | doc/retrace-server.xhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/retrace-server b/doc/retrace-server index 09b16a05..bf7a4a85 100644 --- a/doc/retrace-server +++ b/doc/retrace-server @@ -108,7 +108,7 @@ the server must return the "411 Length Required" HTTP error code. If a 'Content-Type' other than 'application/x-tar', 'application/x-gzip', 'application/x-xz' is used, the server must return the "415 unsupported Media Type" HTTP error code. If the 'Content-Length' value -is greater than a limit set in the server configuration file (30 MB by +is greater than a limit set in the server configuration file (50 MB by default), or the real HTTP request size gets larger than the limit + 10 KB for headers, then the server must return the "413 Request Entity Too Large" HTTP error code, and provide an explanation, including the diff --git a/doc/retrace-server.xhtml b/doc/retrace-server.xhtml index 07f7a672..3fa2df44 100644 --- a/doc/retrace-server.xhtml +++ b/doc/retrace-server.xhtml @@ -126,7 +126,7 @@ return the "411 Length Required" HTTP error code. If an <code>application/x-gzip</code>, <code>application/x-xz</code> is used, the server must return the "415 unsupported Media Type" HTTP error code. If the <code>Content-Length</code> value is greater than a -limit set in the server configuration file (30 MB by default), or the +limit set in the server configuration file (50 MB by default), or the real HTTP request size gets larger than the limit + 10 KB for headers, then the server must return the "413 Request Entity Too Large" HTTP error code, and provide an explanation, including the limit, in the |
