File tree 1 file changed +4
-4
lines changed
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):
778
778
max_body_size = Integer (512 * 1024 * 1024 , config = True ,
779
779
help = """
780
780
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 .
784
784
785
785
Note: max_body_size is applied even in streaming mode.
786
786
"""
@@ -789,7 +789,7 @@ def _token_default(self):
789
789
max_buffer_size = Integer (512 * 1024 * 1024 , config = True ,
790
790
help = """
791
791
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 .
793
793
"""
794
794
)
795
795
You can’t perform that action at this time.
0 commit comments