add comments

This commit is contained in:
yggverse 2024-09-16 08:34:41 +03:00
parent 22fcaf6312
commit d99eb79317

View File

@ -451,11 +451,11 @@ void Page::navigation_reload(
socket__connection->close();
}
);
); // read_all_async
}
);
); // write_async
}
}
} // connect_to_uri_async
);
}