Bug 1830053 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In browser_net_http3_request_details.js, we assert the number of headers displayed. On CI it seems that the TE (Text-Encoding) header is frequently listed, whereas I never get it locally. Therefore the headers length on CI is sometimes 25 and sometimes 26. 

We will filter out the TE header for the time being, but we should investigate why this happens.
In browser_net_http3_request_details.js, we assert the number of headers displayed. On CI it seems that the TE (Transfer-Encoding) header is frequently listed, whereas I never get it locally. Therefore the headers length on CI is sometimes 25 and sometimes 26. 

We will filter out the TE header for the time being, but we should investigate why this happens.

Back to Bug 1830053 Comment 0