Skip to content

Commit ebd54b4

Browse files
authored
err message
1 parent b1dfa9f commit ebd54b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_ssl_client_helloby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ ngx_http_lua_ffi_ssl_get_client_hello_ext_present(ngx_http_request_t *r,
685685

686686
c = ngx_ssl_get_connection(ssl_conn);
687687
if (c == NULL) {
688-
*err = "bad ssl conn";
688+
*err = "couldn't get real ngx_connection_t pointer";
689689
return NGX_ERROR;
690690
}
691691

0 commit comments

Comments
 (0)