mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
write proxy connect to the raw socket references #132
This commit is contained in:
@@ -217,7 +217,7 @@ protected:
|
||||
m_alog.write(log::alevel::devel,m_proxy_data->write_buf);
|
||||
|
||||
boost::asio::async_write(
|
||||
socket_con_type::get_socket(),
|
||||
socket_con_type::get_raw_socket(),
|
||||
m_bufs,
|
||||
lib::bind(
|
||||
&type::handle_proxy_write,
|
||||
|
||||
Reference in New Issue
Block a user