Change all occurrences of broker to server in coreHTTP demos folder. (#445)

pull/447/head^2
SarenaAWS 4 years ago committed by GitHub
parent 46acf2863a
commit 4538b99a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save