Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

HTTP/2 Trailers support

  • 3 risposte
  • 12 hanno questo problema
  • 54 visualizzazioni
  • Ultima risposta di philipp

more options

HTTP/2 draft-14 Section 8.1. allows for an optional HEADERS frame ("trailers") following DATA frames in the HTTP request and response.

https://tools.ietf.org/html/draft-ietf-httpbis-http2-14#section-8.1

This is required to support implementations like gRPC in the browser (and future protocols built on HTTP/2).

Does Firefox currently support HTTP Trailers or just ignores them? Thanks.

HTTP/2 draft-14 Section 8.1. allows for an optional HEADERS frame ("trailers") following DATA frames in the HTTP request and response. https://tools.ietf.org/html/draft-ietf-httpbis-http2-14#section-8.1 This is required to support implementations like gRPC in the browser (and future protocols built on HTTP/2). Does Firefox currently support HTTP Trailers or just ignores them? Thanks.

Soluzione scelta

hi Alexander_Litus, i've asked in the developer channel for the networking component about this issue... apparently trailers are not supported right now in firefox (or rather silently discarded) - they get read in order to maintain the appropriate state in the header compressor, but then they are just thrown away.

Leggere questa risposta nel contesto 👍 4

Tutte le risposte (3)

more options

Soluzione scelta

hi Alexander_Litus, i've asked in the developer channel for the networking component about this issue... apparently trailers are not supported right now in firefox (or rather silently discarded) - they get read in order to maintain the appropriate state in the header compressor, but then they are just thrown away.

more options

Does Firefox team has plans for handling trailers to fully support gRPC? Please see gRPC protocol.

more options

i would encourage you to post this question directly to the networking team's mailing list to get a better answer about this (and maybe even get it on their radar): https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Necko