open-telemetry / opentelemetry-specification

Specifications for OpenTelemetry
https://opentelemetry.io
Apache License 2.0
3.76k stars 890 forks source link

Propagators API: Update HTTP header RFC reference to 9110 #4153

Closed hiroyaonoe closed 4 months ago

hiroyaonoe commented 4 months ago

Fixes #3444

Changes

Please provide a brief description of the changes here.

I updated the Propagators API documentation to reference RFC9110 Section 5, which specifies the latest HTTP Header Fields specification.

For non-trivial changes, follow the change proposal process.

MrAlias commented 4 months ago

Are there changes between the two RFCs that implementations need to be aware of?

github-actions[bot] commented 4 months ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.

pellared commented 4 months ago

Are there changes between the two RFCs that implementations need to be aware of?

https://datatracker.ietf.org/doc/html/rfc9110/#name-changes-from-rfc-7230

I found nothing breaking in the context of the line where we update the hyperlink. I also double-checked the actual content and the field name has the same syntax.

hiroyaonoe commented 4 months ago

Sorry for the late response. There is no difference between the two RFCs.