Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spansy: support Transfer-Encoding #34

Open
sinui0 opened this issue Jul 1, 2024 · 0 comments · May be fixed by #35
Open

spansy: support Transfer-Encoding #34

sinui0 opened this issue Jul 1, 2024 · 0 comments · May be fixed by #35
Labels
enhancement New feature or request

Comments

@sinui0
Copy link
Member

sinui0 commented Jul 1, 2024

Our spansy crate currently does not support HTTP transfer encoding, which is very common. We should support it.

Err(ParseError(
"Transfer-Encoding not supported yet".to_string(),
))

One challenge is that it can cause an HTTP response payload to be chunked. This will cause the spans of the payload to be non-contiguous.

@sinui0 sinui0 added the enhancement New feature or request label Jul 1, 2024
@lancenonce lancenonce linked a pull request Jul 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant