mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
add comment
This commit is contained in:
parent
a9dd41c978
commit
22fcaf6312
@ -363,7 +363,9 @@ void Page::navigation_reload(
|
||||
// Response
|
||||
socket__connection->get_input_stream()->read_all_async( // | read_async @TODO
|
||||
buffer,
|
||||
sizeof(buffer) - 1,
|
||||
sizeof(
|
||||
buffer
|
||||
) - 1, // @TODO
|
||||
[this](const Glib::RefPtr<Gio::AsyncResult>&)
|
||||
{
|
||||
// Update
|
||||
|
Loading…
x
Reference in New Issue
Block a user