rmurphey/chrome-http2-log-parser
View on GitHubShould streams be ordered by time or stream id?
Open
#4 opened on Dec 1, 2015
help wanted
Repository metrics
- Stars
- (116 stars)
- PR merge metrics
- (PR metrics pending)
Description
Visualisation is currently ordered by stream id…
In the attached session.txt, the pushed streams 2, 4, 6, 8, 10, 12, 14 arrive first and streams 3, 5, 7, 9, 11, 13 arrive after which makes the visualisation a bit harder to interpret.
As it's a timeline should the rows be ordered by the time each stream starts (even if it results in stream id's not matching row numbers?)
