rmurphey/chrome-http2-log-parser

Should streams be ordered by time or stream id?

Aberta

#4 aberto em 1 de dez. de 2015

 (1 comentário) (0 reação) (0 responsável)JavaScript (7 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (116 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

example

session.txt

Guia do colaborador