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

[bug] tower-livereload doesn't work with latest version of axum #19

Closed
ankush opened this issue Nov 19, 2024 · 2 comments
Closed

[bug] tower-livereload doesn't work with latest version of axum #19

ankush opened this issue Nov 19, 2024 · 2 comments

Comments

@ankush
Copy link

ankush commented Nov 19, 2024

To reproduce: run axum example on latest version of axum - https://github.com/leotaku/tower-livereload/tree/master/examples/axum-dev-only

My hunch is this change tokio-rs/axum#3031 defers setting content-length, one of the heuristics used for injecting.

@leotaku
Copy link
Owner

leotaku commented Nov 19, 2024

Good catch, thank you. I suppose we will have to just remove that heuristic.

@leotaku
Copy link
Owner

leotaku commented Nov 29, 2024

Should be fixed by #20. Feel free to reopen if you still experience the issue.

@leotaku leotaku closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants