openresty / openresty/lua-nginx-module
The lua-nginx-module-0.10.12 module failed to compile.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.8k
- Forks
- 2.1k
- Avg merge
- 6h 1m
- Merged PRs (30d)
- 6
Description
The error is as follows:
/usr/local/tl/lua-nginx-module-0.10.12/src/ngx_http_lua_headers_in.c:162:18: error: ‘ngx_http_headers_in_t’ has no member named ‘cookies’
offsetof(ngx_http_headers_in_t, cookies),
The version of nginx I am using is nGINX-1.24.0;
I hope it clears up my mystery
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/ngx_http_lua_headers_in.c around line 162 and compare the referenced ngx_http_headers_in_t definition in the nginx 1.24.0 headers. Reproduce the compile failure with lua-nginx-module 0.10.12 and nginx 1.24.0; done means the module compiles successfully against that nginx version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100