Bug 183651 - EWS should print the URL in logs on URLError
Summary: EWS should print the URL in logs on URLError
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-14 19:06 PDT by Aakash Jain
Modified: 2018-03-15 10:36 PDT (History)
7 users (show)

See Also:


Attachments
Proposed patch (2.50 KB, patch)
2018-03-14 19:09 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2018-03-14 19:06:57 PDT
https://bugs.webkit.org/show_bug.cgi?id=182987 added retry and logging for URLError. However, it doesn't print the URL. It's because the URLError class doesn't seems to contain the actual URL. 

We should figure out a way to print the URL in order to debug the network issues.
Comment 1 Aakash Jain 2018-03-14 19:09:16 PDT
Created attachment 335823 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2018-03-15 10:35:33 PDT
Comment on attachment 335823 [details]
Proposed patch

Clearing flags on attachment: 335823

Committed r229627: <https://trac.webkit.org/changeset/229627>
Comment 3 WebKit Commit Bot 2018-03-15 10:35:35 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-03-15 10:36:25 PDT
<rdar://problem/38506593>