File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
60
60
/**
61
61
* @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.
63
63
*
64
64
* The transport receive function may be called multiple times until the end of
65
65
* the response is detected by the parser. This timeout represents the maximum
66
66
* duration that is allowed without any data reception from the network for the
67
67
* incoming response.
68
68
*
69
- * If the timeout expires, the #HTTPClient_Send function will return
69
+ * If the timeout expires, the #HTTPClient_ReceiveAndParseHttpResponse function will return
70
70
* #HTTPNetworkError.
71
71
*
72
72
* 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
74
74
* transport receive calls that return zero bytes read.
75
75
*
76
76
* <b>Possible values:</b> Any positive 32 bit integer. A small timeout value
You can’t perform that action at this time.
0 commit comments