Skip to content

Commit 4dc257a

Browse files
committed
source/include/core_http_config_defaults.h
1 parent 06c115a commit 4dc257a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/include/core_http_config_defaults.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959

6060
/**
6161
* @brief The maximum duration between non-empty network reads while receiving
62-
* an HTTP response via the #HTTPClient_Send API function.
62+
* an HTTP response via the #HTTPClient_ReceiveAndParseHttpResponse API function.
6363
*
6464
* The transport receive function may be called multiple times until the end of
6565
* the response is detected by the parser. This timeout represents the maximum
6666
* duration that is allowed without any data reception from the network for the
6767
* incoming response.
6868
*
69-
* If the timeout expires, the #HTTPClient_Send function will return
69+
* If the timeout expires, the #HTTPClient_ReceiveAndParseHttpResponse function will return
7070
* #HTTPNetworkError.
7171
*
7272
* If #HTTPResponse_t.getTime is set to NULL, then this HTTP_RECV_RETRY_TIMEOUT_MS
73-
* is unused. When this timeout is unused, #HTTPClient_Send will not retry the
73+
* is unused. When this timeout is unused, #HTTPClient_ReceiveAndParseHttpResponse will not retry the
7474
* transport receive calls that return zero bytes read.
7575
*
7676
* <b>Possible values:</b> Any positive 32 bit integer. A small timeout value

0 commit comments

Comments
 (0)