-
Notifications
You must be signed in to change notification settings - Fork 26
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
compile fail #11
Comments
I read the code carefully, the function ngx_stream_close_connection is static defined in ngx_stream_handler.c, |
@WinterChen Will you please create a github pull request for this fix? Many thanks. Not sure if we still want to support older versions of the nginx core. Maybe we could simply drop the support for older nginx versions. |
In fact, On the Alpine 3.10, Nginx 1.17.6 have same issues. |
Such as:
and
|
|
Pull requests welcome. We no longer actively develop this module ourselves but we welcome patches from the community. Thanks. |
we are still seeing this issue @agentzh , did this issue got fixed in any pull request @WinterChen do u have the pull request for this ? |
When I build the stream-echo-nginx-module, Complitation failed with the errors as flow,
ngx_stream_echo_module.c:1146:9: 错误:隐式声明函数‘ngx_stream_close_connection [-Werror=implicit-function-declaration] ngx_stream_close_connection(c);
my gcc version is 4.8.5。
My nginx version is 1.15.9。
The text was updated successfully, but these errors were encountered: