| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 91f974eb9356d3535a0e5f4a81152bac63c89196..9bb863d7fe17687147caaedb59d7738f74d5daea 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1000,6 +1000,8 @@
|
| { "name": "requestHeadersText", "type": "string", "optional": true, "description": "HTTP request headers text." },
|
| { "name": "connectionReused", "type": "boolean", "description": "Specifies whether physical connection was actually reused for this request." },
|
| { "name": "connectionId", "type": "number", "description": "Physical connection id that was actually used for this request." },
|
| + { "name": "remoteIPAddress", "type": "string", "optional": true, "hidden": true, "description": "Remote IP address." },
|
| + { "name": "remotePort", "type": "integer", "optional": true, "hidden": true, "description": "Remote port."},
|
| { "name": "fromDiskCache", "type": "boolean", "optional": true, "description": "Specifies that the request was served from the disk cache." },
|
| { "name": "timing", "$ref": "ResourceTiming", "optional": true, "description": "Timing information for the given request." }
|
| ]
|
|
|