We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fea325 commit 3ed719eCopy full SHA for 3ed719e
lib/resty/core/socket_tcp.lua
@@ -20,7 +20,8 @@ local table_new = require("table.new")
20
local table_clear = require("table.clear")
21
22
ffi.cdef[[
23
-typedef struct ngx_http_lua_socket_tcp_upstream_s ngx_http_lua_socket_tcp_upstream_t;
+typedef struct ngx_http_lua_socket_tcp_upstream_s
24
+ ngx_http_lua_socket_tcp_upstream_t;
25
26
int ngx_http_lua_ffi_socket_tcp_tlshandshake(ngx_http_request_t *r,
27
ngx_http_lua_socket_tcp_upstream_t *u, void *sess,
0 commit comments