-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use QNetworkReply::requestSent to improve httplog
Fixes: #10313
- Loading branch information
1 parent
26476e5
commit bdf6faf
Showing
2 changed files
with
36 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Log http request when it is send | ||
|
||
We now log the http request when it is send, not when it is created. | ||
This will elable us to print more headers set by the platform and messaure the request time more accurately. | ||
|
||
https://github.com/owncloud/client/issues/10313 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters