Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

trace: support HTTP/1.1 chunked encoding #144

Open
achille-roussel opened this issue Jun 29, 2023 · 0 comments
Open

trace: support HTTP/1.1 chunked encoding #144

achille-roussel opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@achille-roussel
Copy link
Contributor

achille-roussel commented Jun 29, 2023

Our implementation of message tracing for HTTP currently breaks when the request or response does not contain a Content-Length header, but boundaries of messages in HTTP/1.1 may be defined by using the Transfer-Encoding header, or simply by closing the TCP stream.

We should have complete support for the HTTP/1.1 protocol to support tracing a wide range of applications.

@chriso chriso added the enhancement New feature or request label Jun 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants