You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if change yield b"123" to yield b"", client send 0 size body, upstream receive include the Transfer-Encoding: chunked header
I think it maybe nginx issue
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
as Current Behavior
Environment
APISIX version (run apisix version): 2.10.1
Operating system (run uname -a): Linux myapisixnode 3.10.0-1160.el7.x86_64 change: added doc of how to load plugin. #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
OpenResty / Nginx version (run openresty -V or nginx -V):
Current Behavior
apisix config
python client send chunked request
using python start a backend server to print receive headers
test res
Transfer-Encoding: chunked
headeryield b"123"
toyield b""
, client send 0 size body, upstream receive include theTransfer-Encoding: chunked
headerExpected Behavior
No response
Error Logs
No response
Steps to Reproduce
as
Current Behavior
Environment
apisix version
): 2.10.1uname -a
): Linux myapisixnode 3.10.0-1160.el7.x86_64 change: added doc of how to load plugin. #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxopenresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: