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。