Skip to content

Commit

Permalink
Update internal SSL client
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Feb 22, 2025
1 parent 7211504 commit 0097114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/GS_TCP_Client.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* The MIT License (MIT)
* Copyright (c) 2023 K. Suwatchai (Mobizt)
* Copyright (c) 2025 K. Suwatchai (Mobizt)
*
*
* Permission is hereby granted, free of charge, to any person returning a copy of
Expand Down Expand Up @@ -479,6 +479,7 @@ class GS_TCP_Client : public Client
_host = host;
_port = port;
_tcp_client->setBufferSizes(_rx_size, _tx_size);
_tcp_client->setSessionTimeout(150);
_last_error = 0;
this->response_code = response_code;
return true;
Expand Down

0 comments on commit 0097114

Please sign in to comment.