diff --git a/app/nginx-1.11.10/src/event/modules/ngx_ff_module.c b/app/nginx-1.11.10/src/event/modules/ngx_ff_module.c index d3123fe0..11e1e06c 100644 --- a/app/nginx-1.11.10/src/event/modules/ngx_ff_module.c +++ b/app/nginx-1.11.10/src/event/modules/ngx_ff_module.c @@ -451,7 +451,7 @@ shutdown(int sockfd, int how) { if(is_fstack_fd(sockfd)){ sockfd = restore_fstack_fd(sockfd); - return ff_close(sockfd); + return ff_shutdown(sockfd, how); } return SYSCALL(shutdown)(sockfd, how);