use socket api

This commit is contained in:
yggverse 2024-09-16 11:20:53 +03:00
parent b35f70b1db
commit 747f622e4d

View File

@ -320,7 +320,7 @@ void Page::navigation_reload(
}
// Connection established, begin request
if (socket__connection != nullptr)
if (Socket::Connection::is_active(socket__connection)) // @TODO
{
// Build gemini protocol request
const Glib::ustring SOCKET__REQUEST = Glib::ustring::sprintf(
@ -350,6 +350,7 @@ void Page::navigation_reload(
action__update->activate();
// Response
// if (Socket::Connection::is_active(socket__connection)) // @TODO
socket__connection->get_input_stream()->read_all_async( // | read_async @TODO
buffer,
sizeof(