w3c / network-error-logging

Network Error Logging
https://w3c.github.io/network-error-logging/
Other
81 stars 18 forks source link

Broken references in Network Error Logging #132

Closed dontcallmedom-bot closed 1 year ago

dontcallmedom-bot commented 1 year ago

While crawling Network Error Logging, the following links to other specifications were detected as pointing to non-existing anchors, which should be fixed:

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

yoavweiss commented 1 year ago

@clelland - can you fix the refs?

clelland commented 1 year ago

Most of these are easy... Trailer support, though, has been dropped from Fetch, but is still a part of HTTP, and likely part of the Chromium implementation. [[citation needed]] I may need to find a good way to rework that algorithm, since the HTTP trailers are not exposed anymore.

clelland commented 1 year ago

My expectations were incorrect, Chromium does not support HTTP trailers: https://source.chromium.org/chromium/chromium/src/+/main:net/http/http_chunked_decoder.h;l=78

This implementation does not bother to parse trailers since they are not used on the web.

clelland commented 1 year ago

(And for that matter, doesn't support the response_headers policy key, which is the only mechanism by which this processing actually occurs.