We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there's an empty response:
* Trying 127.0.0.1:8888... * Connected to localhost (127.0.0.1) port 8888 > GET /api/v1/about/ HTTP/1.1 > Host: localhost:8888 > User-Agent: curl/8.3.0 > Accept: */* > * Empty reply from server * Closing connection curl: (52) Empty reply from server
An when using nginx, 503 is returned
nginx
503
The text was updated successfully, but these errors were encountered:
I was mistaken, I was reading documentation and it looks like 408 should only be returned when the client has problems transmitting data, so we shouldn't do this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408
408
Current behaviour sounds good
Sorry, something went wrong.
Uxio0
No branches or pull requests
Currently there's an empty response:
An when using
nginx
,503
is returnedThe text was updated successfully, but these errors were encountered: