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 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
You can’t perform that action at this time.
0 commit comments