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

Fix SPDY patch and update for nginx 1.13.0 #66

Merged
merged 2 commits into from
Jun 28, 2017
Merged

Fix SPDY patch and update for nginx 1.13.0 #66

merged 2 commits into from
Jun 28, 2017

Conversation

injust
Copy link
Contributor

@injust injust commented Apr 26, 2017

No description provided.

@yeoksa
Copy link

yeoksa commented Apr 29, 2017

-o objs/src/http/ngx_http_request_body.o
src/http/ngx_http_request_body.c
src/http/ngx_http_request_body.c: In function ‘ngx_http_discard_request_body’:
src/http/ngx_http_request_body.c:529:49: error: ‘post_handler’ undeclared (first use in this function)
rc = ngx_http_spdy_read_request_body(r, post_handler);
^
src/http/ngx_http_request_body.c:529:49: note: each undeclared identifier is reported only once for each function it appears in
src/http/ngx_http_request_body.c:530:9: error: label ‘done’ used but not defined
goto done;
^
make[1]: *** [objs/src/http/ngx_http_request_body.o] Error 1
make[1]: Leaving directory `/usr/src/nginx-1.13.0'
make: *** [build] Error 2
In my server patch has an error in nginx-1.13.0,openssl 1.1.0.

@vkrasnov vkrasnov merged commit 796bc5a into cloudflare:master Jun 28, 2017
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

Successfully merging this pull request may close these issues.

3 participants