Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
nginx模块异步响应输出如何处理?
icm.net
nginx要异步输出如何做?也就是在处理函数中只进行功能调用,不响应请求;而在功能返回事件处理函数里响应输出。我把请求处理函数的ngx_sender_header和ngx_http_output_filter函数去掉,但是,测试后,curl返回(52)Empty reply,这是什么情况?求解。