mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-19 22:57:57 +08:00
Change all occurrences of broker to server in coreHTTP demos folder. (#445)
This commit is contained in:
@ -253,7 +253,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
* timeout. The timeout value will be exponentially increased until either the
|
||||
* maximum number of attempts or the maximum timeout value is reached. The
|
||||
* function returns pdFAIL if the TCP connection cannot be established with
|
||||
* the broker after configured number of attempts. */
|
||||
* the server after the configured number of attempts. */
|
||||
xDemoStatus = connectToServerWithBackoffRetries( prvConnectToServer,
|
||||
&xNetworkContext );
|
||||
|
||||
|
@ -150,7 +150,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
||||
/**
|
||||
* @brief An option to disable Server Name Indication.
|
||||
*
|
||||
* @note When using a local server setup, SNI needs to be disabled for a broker
|
||||
* @note When using a local server setup, SNI needs to be disabled for a server
|
||||
* that only has an IP address but no hostname. However, SNI should be enabled
|
||||
* whenever possible.
|
||||
*/
|
||||
|
@ -332,7 +332,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
* timeout. The timeout value will be exponentially increased until either the
|
||||
* maximum number of attempts or the maximum timeout value is reached. The
|
||||
* function returns pdFAIL if the TCP connection cannot be established with
|
||||
* the broker after configured number of attempts. */
|
||||
* the server after the number of attempts. */
|
||||
xDemoStatus = connectToServerWithBackoffRetries( prvConnectToServer,
|
||||
&xNetworkContext );
|
||||
|
||||
|
Reference in New Issue
Block a user