[DEBUG] correct multiple argument error
This commit is contained in:
parent
b6d77a7910
commit
212731101e
@ -155,7 +155,7 @@ void enet::Http::redirectTo(const etk::String& _addressRedirect, bool _inThreadS
|
||||
}
|
||||
stop(_inThreadStop);
|
||||
m_headerIsSend = false;
|
||||
m_connection = etk::move(connectTcpClient(_addressRedirect));
|
||||
m_connection = etk::move(connectTcpClient(_addressRedirect, 5, echrono::seconds(1)));
|
||||
}
|
||||
|
||||
void enet::Http::start() {
|
||||
|
@ -11,5 +11,5 @@
|
||||
namespace enet {
|
||||
enet::Tcp connectTcpClient(uint8_t _ip1, uint8_t _ip2, uint8_t _ip3, uint8_t _ip4, uint16_t _port, uint32_t _numberRetry=5, echrono::Duration _timeOut = echrono::seconds(1));
|
||||
enet::Tcp connectTcpClient(const etk::String& _hostname, uint16_t _port, uint32_t _numberRetry=5, echrono::Duration _timeOut = echrono::seconds(1));
|
||||
enet::Tcp connectTcpClient(const etk::String& _config, uint32_t _numberRetry=5, echrono::Duration _timeOut = echrono::seconds(1));
|
||||
enet::Tcp connectTcpClient(const etk::String& _config, uint32_t _numberRetry, echrono::Duration _timeOut);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user