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