openresty / openresty/lua-nginx-module
[bug] nginx : ngx_quic_input_handler moved from .h to .c
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.8k
- Forks
- 2.1k
- Avg merge
- 6h 1m
- Merged PRs (30d)
- 6
Description
https://github.com/nginx/nginx/blob/master/src/event/quic/ngx_event_quic.c
https://github.com/openresty/lua-nginx-module/blob/master/src/ngx_http_lua_util.c
error: ‘ngx_quic_input_handler’ undeclared (first use in this function); did you mean ‘ngx_quic_pto_handler’?
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
Compare the referenced NGINX file src/event/quic/ngx_event_quic.c with openresty/lua-nginx-module/src/ngx_http_lua_util.c, starting at the use of ngx_quic_input_handler that produces the compiler error. Confirm the current declaration and integration point, then verify that the module builds without the undeclared-symbol error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100