Nginx系列(一):HTTP處理流程概述

accept階段(ngx_http_init_connection): 分配ngx_http_connection_t結構體; 根據fd的端口和地址,爲hc->addr_conf賦值,以供後續server塊查詢; 新的fd加入epoll,設置讀超時,超時時間爲post_accept_timeout,設置連接可重用。 rev:ngx_http_wait_request_handler (此時沒有讀取
相關文章
相關標籤/搜索