diff options
Diffstat (limited to 'docs/man/nng_http_handler_collect_body.3http.adoc')
| -rw-r--r-- | docs/man/nng_http_handler_collect_body.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_collect_body.3http.adoc b/docs/man/nng_http_handler_collect_body.3http.adoc index e969af8b..4507c418 100644 --- a/docs/man/nng_http_handler_collect_body.3http.adoc +++ b/docs/man/nng_http_handler_collect_body.3http.adoc @@ -36,7 +36,7 @@ The collection is enabled if _want_ is true. Furthermore, the data that the client may sent is limited by the value of _maxsz_. If the client attempts to send more data than _maxsz_, then the -request will be terminated with a 400 "`Bad Request`" status. +request will be terminated with a 400 `Bad Request` status. TIP: Limiting the size of incoming request data can provide protection against denial of service attacks, as a buffer of the client-supplied |
