feat(dashboard): afficher SETTINGS H2 individuels dans la table mismatch
- /api/browser-signatures : top_mismatches inclut désormais les 7 colonnes
SETTINGS individuelles (h2_header_table_size, h2_enable_push,
h2_max_concurrent_streams, h2_initial_window_size, h2_max_frame_size,
h2_max_header_list_size, h2_enable_connect_protocol)
- stats : ajout sessions_with_priority (countIf h2_priority_present > 0)
- browsers.html : colonne SETTINGS compact dans la table suspects
(format '3:100, 4:65536, 2:0' — IDs Akamai avec valeurs non-nulles)
- Compteur pseudo-priority utilise la vraie valeur sessions_with_priority
au lieu d'afficher '—'
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>