Open
Bug 1446026
Opened 7 years ago
Updated 3 years ago
HAR: entries.connection field should identify the connection
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(firefox59 affected, firefox60 affected, firefox61 affected)
NEW
People
(Reporter: mleopk, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
When doing a "Save All to HAR", it appears in Firefox 58 that the connection field of the entry object is not reflecting the transport connection properly.
Actual results:
When doing a "Save All to HAR", it appears in Firefox 58 that the connection field of the entry object is not reflecting the transport connection properly.
Expected results:
It would be useful that the connection field identifies the lower level identifier of the connection on which the entry is made, so that it would be possible for a log reader to know that another entry is happening on the same connection, or happening on another connection. The connection field could contain any unique id as "serverIpAddress : remotePort" or socket id...
Updated•7 years ago
|
Blocks: netmonitor-har
Priority: -- → P3
Comment 1•7 years ago
|
||
This seems to be an enhancement and also taking into account the blocked issue, I will move this to "Firefox : Developer Tools: Netmonitor".
Status: UNCONFIRMED → NEW
status-firefox59:
--- → affected
status-firefox60:
--- → affected
status-firefox61:
--- → affected
Component: Untriaged → Developer Tools: Netmonitor
Ever confirmed: true
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•