c-f everything

pull/864/head
Rick V 5 years ago
parent df6fe4b6ac
commit d7900a8459
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -59,8 +59,8 @@ namespace abyss
#ifdef _WIN32
_conn->write = &TCPWrite;
#endif
m_Bad = false;
m_State = eReadHTTPMethodLine;
m_Bad = false;
m_State = eReadHTTPMethodLine;
}
~ConnImpl() = default;

@ -443,7 +443,7 @@ llarp_win32_loop::tcp_connect(struct llarp_tcp_connecter* tcp,
if(fd == -1)
return false;
llarp::tcp_conn* conn = new llarp::tcp_conn(this, fd, remoteaddr, tcp);
conn->tcp.write = &TCPWrite;
conn->tcp.write = &TCPWrite;
add_ev(conn, true);
conn->connect();
return true;

Loading…
Cancel
Save