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 c2f1b74 commit 6f31fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_lua_kong_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ ngx_http_lua_kong_get_upstream_ssl_verify(ngx_http_request_t *r,
}

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)
{
ngx_http_lua_ssl_ctx_t *cctx;
Expand Down

0 comments on commit 6f31fb9

Please sign in to comment.