ericduran / chromeHAR

HAR viewer that mimics (or at least tries really hard to) Chromes network tab
https://ericduran.github.io/chromeHAR
MIT License
495 stars 133 forks source link

More lenient treatment of entries.timings.receive #10

Closed possiblywrong closed 11 years ago

possiblywrong commented 11 years ago

Some recording proxies, e.g. browsermob, omit the timings object for entries which have encountered certain failure modes. (reading the spec, this is ambiguous behaviour, HAR tools may be at liberty to omit this...open to debate IMO)

chromeHAR could be more lenient with this behaviour in mind.

Suggesting that we go for the default of 0 in this case for receive, for a HAREntry.

ericduran commented 11 years ago

:)

Thanks.