You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that expexted behaviour? I've encountered this every time when I have streaming mode with HTTP.streamhandler middleware. Without it the message disappears.
Julia 1.10.
HTTP.jl 1.10.2
MbedTLS.jl 1.1.9
The text was updated successfully, but these errors were encountered:
Run this example SSE code from docs: https://juliaweb.github.io/HTTP.jl/stable/examples/#Server-Sent-Events:
If I paste http://localhost:8080/api/getItems into chrome browser, I get the responce, but there is also an error message in Julia console:
Is that expexted behaviour? I've encountered this every time when I have streaming mode with
HTTP.streamhandler
middleware. Without it the message disappears.The text was updated successfully, but these errors were encountered: