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
It seems that whenever zola serve doesn't find a file, it just closes the connection instead of returning a 404 page not found error.
zola serve
OS: Linux Mint Zola version: 0.14.0
Non-existent URL should give proper HTTP error response.
No output in the console. Server sends an empty response:
$ curl localhost:1111/adfasdf curl: (52) Empty reply from server
In Firefox, this shows the error message:
The connection was reset The connection to the server was reset while the page was loading.
zola init zolabug cd zolabug zola serve curl http://localhost:1111/asdf
The text was updated successfully, but these errors were encountered:
HTTP 404 instead of empty response if not found
a90a54f
Fixes getzola#1578
691f4e3
HTTP 404 instead of empty response if not found (#1580)
040b0de
Fixes #1578
17f3fe2
No branches or pull requests
Bug Report
It seems that whenever
zola serve
doesn't find a file, it just closes the connection instead of returning a 404 page not found error.Environment
OS: Linux Mint
Zola version: 0.14.0
Expected Behavior
Non-existent URL should give proper HTTP error response.
Current Behavior
No output in the console. Server sends an empty response:
In Firefox, this shows the error message:
Step to reproduce
The text was updated successfully, but these errors were encountered: