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
In certain circumstances, the access logger is displaying the wrong body size.
@app.post("/") async def post(request): print(request.json)
$ curl localhost:9999 -d '{"foo": "bar"}
{'foo': 'bar'} [2021-04-18 01:43:33 +0300] - (sanic.access)[INFO][127.0.0.1:52172]: POST http://localhost:9999/ 200 -1
In this example, it is being reported as -1
-1
The text was updated successfully, but these errors were encountered:
ahopkins
Successfully merging a pull request may close this issue.
In certain circumstances, the access logger is displaying the wrong body size.
In this example, it is being reported as
-1
The text was updated successfully, but these errors were encountered: