mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
RequestServer: Fix compiling with -DREQUESTSERVER_DEBUG=ON
This commit is contained in:
parent
17c1e99ce4
commit
c68b8b5bda
Notes:
github-actions[bot]
2024-08-12 00:28:42 +00:00
Author: https://github.com/maksverver 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c68b8b5bda1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1043
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@ struct JobData {
|
|||
bool valid { true };
|
||||
Core::ElapsedTimer timer {};
|
||||
URL::URL url {};
|
||||
Duration waiting_in_queue {};
|
||||
Duration starting_connection {};
|
||||
Duration performing_request {};
|
||||
AK::Duration waiting_in_queue {};
|
||||
AK::Duration starting_connection {};
|
||||
AK::Duration performing_request {};
|
||||
#endif
|
||||
} timing_info {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue