Skip to content

Commit 81230b5

Browse files
committed
refactor(cpp): rename TCP Keep-Alive disable function
1 parent fc532f2 commit 81230b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/pubnub_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ class context {
19451945

19461946
/// Don't use of TCP Keep-Alive ("probes") on the context.
19471947
/// @see pubnub_dont_use_tcp_keep_alive
1948-
void dont_use_http_keep_alive()
1948+
void dont_use_tcp_keep_alive()
19491949
{
19501950
pubnub_dont_use_tcp_keep_alive(d_pb);
19511951
}

0 commit comments

Comments
 (0)