Skip to content

Commit

Permalink
Also get the initiator type
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 31, 2018
1 parent bcd02dd commit 9ea109c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts/transformers/extract-details-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function parseGeneralDetails(entry: Entry, startRelative: number, requestID: num
["Was pushed", parseAndFormat(entry._was_pushed, parsePositive, () => "yes")],
["Initiator (Loaded by)", entry._initiator],
["Initiator Line", entry._initiator_line],
["Initiator Type", entry._initiator_type],
["Host", getHeader(entry.request.headers, "Host")],
["IP", entry._ip_addr],
["Client Port", parseAndFormat(entry._client_port, parsePositive)],
Expand Down

0 comments on commit 9ea109c

Please sign in to comment.