Skip to content

Commit f12a797

Browse files
committed
Add connectionKeepAlive to keywords.txt and add comment for it
1 parent 91ea1fd commit f12a797

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

HttpClient.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class HttpClient : public Client
4848
HttpClient(Client& aClient, const String& aServerName, uint16_t aServerPort = kHttpPort);
4949
HttpClient(Client& aClient, const IPAddress& aServerAddress, uint16_t aServerPort = kHttpPort);
5050

51+
/** Enables connection keep-alive mode
52+
*/
5153
void connectionKeepAlive();
5254

5355
/** Start a more complex request.

keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ endOfHeadersReached KEYWORD2
2828
endOfBodyReached KEYWORD2
2929
completed KEYWORD2
3030
contentLength KEYWORD2
31+
connectionKeepAlive KEYWORD2
3132
headerAvailable KEYWORD2
3233
readHeaderName KEYWORD2
3334
readHeaderValue KEYWORD2

0 commit comments

Comments
 (0)