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

Error with Old HTTP: closewrite error #31

Open
mattcbro opened this issue Dec 4, 2022 · 0 comments
Open

Error with Old HTTP: closewrite error #31

mattcbro opened this issue Dec 4, 2022 · 0 comments

Comments

@mattcbro
Copy link

mattcbro commented Dec 4, 2022

This package currently runs afoul of closewrite being defined in multiple packages per this issue:
https://discourse.julialang.org/t/http-request-closewrite/86583

However it's easily fixed by just updating the dependencies and updating Mux and HTTP. I altered the Project.toml in a local cloned copy to have the compatibility section look like:

[compat]
HTTP = "0.8, 0.9, 1.5"
JSON3 = "1.1, 1.12.0"
Pipe = "1.3"
julia = "1"

Now I'm using the later HTTP and JSON3 in this project to good effect and the closewrite error is gone.

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

1 participant