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
nginx -V nginx version: nginx/1.3.15 built by gcc 3.4.5 20051201 (Red Hat 3.4.5-2) configure arguments: --prefix=/home/users/xx/local/nginx
make[1]: Entering directory /home/users/xx/src/nginx-1.3.15' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/pcre -I objs -I src/http -I src/http/modules -I src/mail \ -o objs/addon/src/chunked_parser.o \ module/chunkin-nginx-module-0.23rc4/src/chunked_parser.c src/chunked_parser.rl: In functionngx_http_chunkin_run_chunked_parser': src/chunked_parser.rl:296: error: structure has no member named plain_http' make[1]: *** [objs/addon/src/chunked_parser.o] Error 1 make[1]: Leaving directory/home/users/yuji/src/nginx-1.3.15' make: *** [install] Error 2
/home/users/xx/src/nginx-1.3.15' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/pcre -I objs -I src/http -I src/http/modules -I src/mail \ -o objs/addon/src/chunked_parser.o \ module/chunkin-nginx-module-0.23rc4/src/chunked_parser.c src/chunked_parser.rl: In function
plain_http' make[1]: *** [objs/addon/src/chunked_parser.o] Error 1 make[1]: Leaving directory
The text was updated successfully, but these errors were encountered:
Nginx 1.3.15 already has built-in support for reading chunked request bodies. It makes no sense to compile ngx_chunkin with it.
Sorry, something went wrong.
No branches or pull requests
make[1]: Entering directory
/home/users/xx/src/nginx-1.3.15' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/pcre -I objs -I src/http -I src/http/modules -I src/mail \ -o objs/addon/src/chunked_parser.o \ module/chunkin-nginx-module-0.23rc4/src/chunked_parser.c src/chunked_parser.rl: In function
ngx_http_chunkin_run_chunked_parser':src/chunked_parser.rl:296: error: structure has no member named
plain_http' make[1]: *** [objs/addon/src/chunked_parser.o] Error 1 make[1]: Leaving directory
/home/users/yuji/src/nginx-1.3.15'make: *** [install] Error 2
The text was updated successfully, but these errors were encountered: