Skip to content

Commit 8573c1c

Browse files
spacewanderthibaultcha
authored andcommitted
feature: ngx.pipe: allowed for specifying timeouts in resty.core 'ngx_pipe.spawn()'.
Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
1 parent d154e5a commit 8573c1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ngx_http_lua_pipe.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,6 @@ ngx_http_lua_ffi_pipe_spawn(ngx_http_lua_ffi_pipe_proc_t *proc,
862862
pp->buffer_size = buffer_size;
863863

864864
proc->_pid = pid;
865-
proc->write_timeout = 10000;
866-
proc->stdout_read_timeout = 10000;
867-
proc->stderr_read_timeout = 10000;
868-
proc->wait_timeout = 10000;
869865
proc->pipe = pp;
870866

871867
ngx_log_debug4(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,

0 commit comments

Comments
 (0)