-
Notifications
You must be signed in to change notification settings - Fork 2k
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
0.7.14rc1 fails to build against nginx 1.3.11 with latest SPDY patch (58) applied #203
Comments
Thank you for the report! This is a known issue. I'll look into this shortly. |
agentzh
added a commit
that referenced
this issue
Jan 22, 2013
…patch removed the field from the Nginx core. thanks Chris Lea for reporting this in github issue \#203.
Already fixed in master. Please try out v0.7.14rc2: |
Thank you for your feedback. Consider it resolved :) |
I m getting same error in nginx 1.4.0 stable |
@maanas which verison of ngx_lua are you using? If you're not using the latest version, then try upgrading your ngx_lua module. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you apply the latest SPDY patch (currently 58) to Nginx 1.3.11, the 0.7.14rc1 lua module fails to build with the following error:
It looks like that field was removed from the structure as this is in the patch:
I unfortunately don't have the skillset to try and fix this, but I wanted to bring it to somebody's attention. Thanks!
The text was updated successfully, but these errors were encountered: