Skip to content

Commit 82499a7

Browse files
committed
minor style fix
1 parent 5fcb131 commit 82499a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngx_http_lua_socket_tcp.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1591,8 +1591,8 @@ ngx_http_lua_ffi_socket_tcp_sslhandshake(ngx_http_request_t *r,
15911591
}
15921592

15931593
busy_msg = ngx_http_lua_socket_tcp_check_busy(r, u, SOCKET_OP_CONNECT
1594-
| SOCKET_OP_READ
1595-
| SOCKET_OP_WRITE);
1594+
| SOCKET_OP_READ
1595+
| SOCKET_OP_WRITE);
15961596
if (busy_msg != NULL) {
15971597
*errmsg = busy_msg;
15981598
return NGX_ERROR;

0 commit comments

Comments
 (0)