getting 504 from latest version but not from 0.9 #924
Fredrikp-ume
started this conversation in
General
Replies: 1 comment 7 replies
-
I haven't seen any issues like this. If you can share an example of what exactly you're calling like Just as a wild guess, a 504 is usually a gateway timeout and can crop up when you get redirected to a service that is unavailable. We did slightly change the redirect logic to follow the official RFC more correctly. I know one other user had to pass |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have successfully used HTTP.jl for a microservice and it has been great.
When migrating to version newer than 1.0 from 0.9 I'm getting 504 from my React client for even the simplest requests that has previously worked.
I've tried with both julia 1.7.3 and 1.8.0 with the same result
anyone come across this problem?
best wishes
Fredrik
Beta Was this translation helpful? Give feedback.
All reactions