Skip to content
New issue

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

build error with nginx/1.3.15 #8

Open
leecade opened this issue Apr 11, 2013 · 1 comment
Open

build error with nginx/1.3.15 #8

leecade opened this issue Apr 11, 2013 · 1 comment

Comments

@leecade
Copy link

leecade commented Apr 11, 2013

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

@agentzh
Copy link
Owner

agentzh commented Apr 11, 2013

Nginx 1.3.15 already has built-in support for reading chunked request bodies. It makes no sense to compile ngx_chunkin with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants