mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
Change all occurrences of broker to server in coreHTTP demos folder. (#445)
This commit is contained in:
parent
46acf2863a
commit
4538b99a9b
3 changed files with 3 additions and 3 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue