martian icon indicating copy to clipboard operation
martian copied to clipboard

HAR log entries missing timing data

Open jrgp opened this issue 7 years ago • 1 comments

The entries in the generated har files have all 3 members of the timings struct set to 0. After the struct is initialized, it looks like it is never filled out, so the 3 fields always stay at 0.

jrgp avatar Mar 21 '18 22:03 jrgp

@bramhaghosh This might be easier/possible now with the httptrace package in stdlib.

admtnnr avatar May 26 '18 21:05 admtnnr