From 1c03530c953cb6c550633b292f3fed0351a7b30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 5 Jul 2018 12:37:38 +0200 Subject: Apply inflation to my consulting rates --- docs/en/cowboy/2.0/manual/cowboy_req.read_body/index.html | 2 +- docs/en/cowboy/2.1/manual/cowboy_req.read_body/index.html | 2 +- docs/en/cowboy/2.2/manual/cowboy_req.read_body/index.html | 2 +- docs/en/cowboy/2.3/manual/cowboy_req.read_body/index.html | 2 +- docs/en/cowboy/2.4/manual/cowboy_req.read_body/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/en/cowboy') diff --git a/docs/en/cowboy/2.0/manual/cowboy_req.read_body/index.html b/docs/en/cowboy/2.0/manual/cowboy_req.read_body/index.html index 7d3e6194..b02b99c3 100644 --- a/docs/en/cowboy/2.0/manual/cowboy_req.read_body/index.html +++ b/docs/en/cowboy/2.0/manual/cowboy_req.read_body/index.html @@ -94,7 +94,7 @@ http://www.gnu.org/software/src-highlite -->

The length 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.

The period indicates how long the connection process will wait before it provides us with the data it received. It defaults to 15 seconds.

The connection process sends data to the request process when either the length of data or the period of time is reached.

-

The timeout 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.

+

The timeout 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.

Return value

diff --git a/docs/en/cowboy/2.1/manual/cowboy_req.read_body/index.html b/docs/en/cowboy/2.1/manual/cowboy_req.read_body/index.html index a04fa945..af2b2340 100644 --- a/docs/en/cowboy/2.1/manual/cowboy_req.read_body/index.html +++ b/docs/en/cowboy/2.1/manual/cowboy_req.read_body/index.html @@ -94,7 +94,7 @@ http://www.gnu.org/software/src-highlite -->

The length 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.

The period indicates how long the connection process will wait before it provides us with the data it received. It defaults to 15 seconds.

The connection process sends data to the request process when either the length of data or the period of time is reached.

-

The timeout 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.

+

The timeout 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.

Return value

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 -->

The length 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.

The period indicates how long the connection process will wait before it provides us with the data it received. It defaults to 15 seconds.

The connection process sends data to the request process when either the length of data or the period of time is reached.

-

The timeout 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.

+

The timeout 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.

Return value

diff --git a/docs/en/cowboy/2.3/manual/cowboy_req.read_body/index.html b/docs/en/cowboy/2.3/manual/cowboy_req.read_body/index.html index d74da7da..2e703b2b 100644 --- a/docs/en/cowboy/2.3/manual/cowboy_req.read_body/index.html +++ b/docs/en/cowboy/2.3/manual/cowboy_req.read_body/index.html @@ -94,7 +94,7 @@ http://www.gnu.org/software/src-highlite -->

The length 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.

The period indicates how long the connection process will wait before it provides us with the data it received. It defaults to 15 seconds.

The connection process sends data to the request process when either the length of data or the period of time is reached.

-

The timeout 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.

+

The timeout 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.

Return value

diff --git a/docs/en/cowboy/2.4/manual/cowboy_req.read_body/index.html b/docs/en/cowboy/2.4/manual/cowboy_req.read_body/index.html index 1be995a0..ba338fb4 100644 --- a/docs/en/cowboy/2.4/manual/cowboy_req.read_body/index.html +++ b/docs/en/cowboy/2.4/manual/cowboy_req.read_body/index.html @@ -94,7 +94,7 @@ http://www.gnu.org/software/src-highlite -->

The length 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.

The period indicates how long the connection process will wait before it provides us with the data it received. It defaults to 15 seconds.

The connection process sends data to the request process when either the length of data or the period of time is reached.

-

The timeout 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.

+

The timeout 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.

Return value

-- cgit v1.2.3