File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -778,9 +778,9 @@ def _token_default(self):
778778 max_body_size = Integer (512 * 1024 * 1024 , config = True ,
779779 help = """
780780 Sets the maximum allowed size of the client request body, specified in
781- the “ Content-Length” request header field. If the size in a request
782- exceeds the configured value, returned to the client a
783- Malformed HTTP message is returned .
781+ the Content-Length request header field. If the size in a request
782+ exceeds the configured value, a malformed HTTP message is returned to
783+ the client .
784784
785785 Note: max_body_size is applied even in streaming mode.
786786 """
@@ -789,7 +789,7 @@ def _token_default(self):
789789 max_buffer_size = Integer (512 * 1024 * 1024 , config = True ,
790790 help = """
791791 Gets or sets the maximum amount of memory, in bytes, that is allocated
792- for use by the manager of the buffers .
792+ for use by the buffer manager .
793793 """
794794 )
795795
You can’t perform that action at this time.
0 commit comments