From d99eb79317c7aea13bf302f461e0b5f9108c1716 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 16 Sep 2024 08:34:41 +0300 Subject: [PATCH] add comments --- src/app/browser/main/tab/page.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/browser/main/tab/page.cpp b/src/app/browser/main/tab/page.cpp index cbe1b86f..1cc80c63 100644 --- a/src/app/browser/main/tab/page.cpp +++ b/src/app/browser/main/tab/page.cpp @@ -451,11 +451,11 @@ void Page::navigation_reload( socket__connection->close(); } - ); + ); // read_all_async } - ); + ); // write_async } - } + } // connect_to_uri_async ); }