Skip to content

Commit 9d018ac

Browse files
committed
fix: comment line
Signed-off-by: if0ne <pavel.agafonov.al@gmail.com>
1 parent a595930 commit 9d018ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngx_http_lua_socket_tcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6042,7 +6042,7 @@ ngx_http_lua_socket_keepalive_close_handler(ngx_event_t *ev)
60426042

60436043
rbuf[0] = buf[0];
60446044

6045-
/* read the available data into a stack buffer; no request pool needed */
6045+
/* read the available data into a stack buffer */
60466046
nread = c->recv(c, rbuf + 1, sizeof(rbuf) - 1);
60476047
if (nread <= 0) {
60486048
goto close;

0 commit comments

Comments
 (0)