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
HTTP_CONTENT_LENGTH 442370\0\0\0\0\0\0\1\4\0\1\0\0\0\0\1\5\0\1\0\2\6\0", 928}, {"!\n", 2}, {"\0\0\0\0\0\0\1\5\0\1\0\0\0\0", 14}
这个结构非别是传递的原始数据和数据长度, 正常的会是完整数据. tengine在上述情况下只传最后两个字节. 比如 {"!\n", 2}
{"!\n", 2}
--with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-http_realip_module --with-http_lua_module --with-luajit-inc=/usr/local/luajit/include/luajit-2.0 --with-luajit-lib=/usr/local/luajit/lib --add-module=/usr/src/ngx_cache_purge-2.3 --with-http_concat_module --with-openssl=/usr/src/openssl-1.0.2a --with-zlib=/usr/src/zlib-1.2.8 --with-pcre=/usr/src/pcre-8.36 --add-module=/usr/src/nginx-upload-module-master/ --add-module=/usr/src/ngx_http_substitutions_filter_module-master --with-http_perl_module --with-http_v2_module
请问那是什么原因导致的, 该如何解决?
The text was updated successfully, but these errors were encountered:
This bug has been fixed in latest tengine.
Tengine-2.3.0 has been released, it has been been upgraded to nginx 1.15.9.
For more details of new version, see #1220.
Sorry, something went wrong.
No branches or pull requests
问题描述
这个结构非别是传递的原始数据和数据长度, 正常的会是完整数据. tengine在上述情况下只传最后两个字节. 比如
{"!\n", 2}
运行环境
请问那是什么原因导致的, 该如何解决?
The text was updated successfully, but these errors were encountered: