Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Oct 21, 2024
1 parent f3db2dc commit 1d0b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_lua_kong_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ngx_http_lua_kong_get_upstream_ssl_verify(ngx_http_request_t *r,
ngx_flag_t proxy_ssl_verify);

ngx_flag_t
ngx_lua_kong_ssl_enable_http2_alpn(ngx_ssl_connection_t *ssl,
ngx_http_lua_kong_ssl_get_http2_alpn_enabled(ngx_ssl_connection_t *ssl,
ngx_flag_t enable_http2);

#endif /* _NGX_HTTP_LUA_KONG_MODULE_H_INCLUDED_ */

0 comments on commit 1d0b70d

Please sign in to comment.