-
Notifications
You must be signed in to change notification settings - Fork 181
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
Issue with return type of readuntil
#1192
Comments
I think you need to update to latest HTTP.jl |
It seems I have the latest: (@v1.11) pkg> update HTTP
Updating registry at `~/.julia/registries/General.toml`
No Changes to `~/.julia/environments/v1.11/Project.toml`
No Changes to `~/.julia/environments/v1.11/Manifest.toml`
(@v1.11) pkg> |
That said, downgrading to 1.10.9 solves the problem. So it seems to be something new in 1.11.1. |
1.10.9 is the latest, you are printing the Julia version. |
Yes, you are right: (@v1.11) pkg> status --outdated
Status `~/.julia/environments/v1.11/Project.toml`
⌅ [cd3eb016] HTTP v0.9.17 (<v1.10.9): Mux, Plotly, WebSockets
⌅ [cf896787] SymbolServer v7.4.0 (<v8.0.0): LanguageServer
(@v1.11) pkg> Leaves me pretty stuck though... I don't suppose there's any workaround? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: