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 @@ -762,9 +762,9 @@ def _token_default(self):
762
762
max_body_size = Integer (512 * 1024 * 1024 , config = True ,
763
763
help = """
764
764
Sets the maximum allowed size of the client request body, specified in
765
- the “ Content-Length” request header field. If the size in a request
766
- exceeds the configured value, returned to the client a
767
- Malformed HTTP message is returned .
765
+ the Content-Length request header field. If the size in a request
766
+ exceeds the configured value, a malformed HTTP message is returned to
767
+ the client .
768
768
769
769
Note: max_body_size is applied even in streaming mode.
770
770
"""
@@ -773,7 +773,7 @@ def _token_default(self):
773
773
max_buffer_size = Integer (512 * 1024 * 1024 , config = True ,
774
774
help = """
775
775
Gets or sets the maximum amount of memory, in bytes, that is allocated
776
- for use by the manager of the buffers .
776
+ for use by the buffer manager .
777
777
"""
778
778
)
779
779
You can’t perform that action at this time.
0 commit comments