-
Notifications
You must be signed in to change notification settings - Fork 198
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
followup on my pull #2
Comments
@itpp16 Thanks for the report. Will you try the latest git master again on your side? |
Still these: /src/ngx_stream_lua_util.c(1720) : error C2065: 'ngx_stream_lua_ssl_cert_ctx_t' : undeclared identifier See also above with ngx_stream_lua_socket_tcp.c and ngx_stream_lua_sleep.c |
@itpp16 Committed a patch to git master. Please try again :) |
All fixed! |
/src/ngx_stream_lua_util.c(1465) : error C2039: 'header_sent' : is not a member of 'ngx_stream_session_s'
src/stream\ngx_stream.h(139) : see declaration of 'ngx_stream_session_s'
/src/ngx_stream_lua_util.c(1727) : error C2065: 'ngx_stream_lua_ssl_cert_ctx_t' : undeclared identifier
/src/ngx_stream_lua_util.c(1727) : error C2065: 'cctx' : undeclared identifier
/src/ngx_stream_lua_util.c(1727) : warning C4552: '*' : operator has no effect; expected operator with side-effect
/src/ngx_stream_lua_util.c(1750) : error C2065: 'cctx' : undeclared identifier
/src/ngx_stream_lua_util.c(1750) : warning C4013: 'ngx_stream_lua_ssl_get_ctx' undefined; assuming extern returning int
/src/ngx_stream_lua_util.c(1751) : error C2065: 'cctx' : undeclared identifier
/src/ngx_stream_lua_util.c(1751) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
/src/ngx_stream_lua_util.c(1752) : error C2065: 'cctx' : undeclared identifier
/src/ngx_stream_lua_util.c(1752) : error C2223: left of '->exit_code' must point to struct/union
/src/ngx_stream_lua_util.c(2900) : error C2065: 'ngx_stream_cleanup_t' : undeclared identifier
/src/ngx_stream_lua_socket_tcp.c(1238) : error C2039: 'ssl' : is not a member of 'ngx_stream_lua_srv_conf_t'
\src\ngx_stream_lua_common.h(159) : see declaration of 'ngx_stream_lua_srv_conf_t'
/src/ngx_stream_lua_socket_tcp.c(1238) : warning C4133: 'function' : incompatible types - from 'ngx_connection_t *' to 'ngx_ssl_t *'
/src/ngx_stream_lua_socket_tcp.c(1239) : warning C4047: 'function' : 'ngx_connection_t *' differs in levels of indirection from 'int'
/src/ngx_stream_lua_socket_tcp.c(1239) : warning C4024: 'ngx_ssl_create_connection' : different types for formal and actual parameter 2
/src/ngx_stream_lua_socket_tcp.c(1239) : error C2198: 'ngx_ssl_create_connection' : too few arguments for call
/src/ngx_stream_lua_sleep.c(73) : error C2039: 'uri' : is not a member of 'ngx_stream_session_s'
src/stream\ngx_stream.h(139) : see declaration of 'ngx_stream_session_s'
/src/ngx_stream_lua_sleep.c(73) : error C2039: 'uri' : is not a member of 'ngx_stream_session_s'
src/stream\ngx_stream.h(139) : see declaration of 'ngx_stream_session_s'
Specific warnings not logged yet.
The text was updated successfully, but these errors were encountered: