rmurphey/chrome-http2-log-parser

Should streams be ordered by time or stream id?

Offen

#4 geöffnet am 01.12.2015

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (7 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (116 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?)

example

session.txt

Contributor Guide