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
I found admin api response using chunked header and response all data once but no length is body.
ref https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding
No response
curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d ' { "uri": "/*", "upstream": { "type": "roundrobin", "nodes": { "127.0.0.1:8899": 10 } } }
curl http://127.0.0.1:9180/apisix/admin/routes/ -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -i
apisix version
uname -a
openresty -V
nginx -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
I found admin api response using chunked header and response all data once but no length is body.
ref https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
1. put a route
2. get the route
curl http://127.0.0.1:9180/apisix/admin/routes/ -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -i
Environment
apisix version
): 3.2.2uname -a
): centos 7.9openresty -V
ornginx -V
): openresty/1.21.4.2curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: