summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-05 12:37:38 +0200
committerLoïc Hoguin <[email protected]>2018-07-05 12:37:38 +0200
commit1c03530c953cb6c550633b292f3fed0351a7b30a (patch)
treece78dd2f6bf62450711c4c18721460dbe100381f /docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html
parentecf6d483b55d573292475c61ae21c9702dce5e01 (diff)
downloadninenines.eu-1c03530c953cb6c550633b292f3fed0351a7b30a.tar.gz
ninenines.eu-1c03530c953cb6c550633b292f3fed0351a7b30a.tar.bz2
ninenines.eu-1c03530c953cb6c550633b292f3fed0351a7b30a.zip
Apply inflation to my consulting rates
Diffstat (limited to 'docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html')
-rw-r--r--docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html b/docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html
index 4330cee2..e17d7126 100644
--- a/docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html
+++ b/docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html
@@ -94,7 +94,7 @@ http://www.gnu.org/software/src-highlite -->
<p>The <code>length</code> option can be used to request smaller or bigger chunks of data to be sent. It is a best effort approach, Cowboy may send more data than configured on occasions. It defaults to 8MB.</p>
<p>The <code>period</code> indicates how long the connection process will wait before it provides us with the data it received. It defaults to 15 seconds.</p>
<p>The connection process sends data to the request process when either the <code>length</code> of data or the <code>period</code> of time is reached.</p>
-<p>The <code>timeout</code> option is a safeguard in case the connection process becomes unresponsive. The function will crash if no message was received in that interval. The timeout should be larger than the period. It defaults to the period<br/> 1 second.</p>
+<p>The <code>timeout</code> option is a safeguard in case the connection process becomes unresponsive. The function will crash if no message was received in that interval. The timeout should be larger than the period. It defaults to the period + 1 second.</p>
</dd>
</dl>
<h2 id="_return_value">Return value</h2>