Re: connection error bit set to 1

2017-07-31 Thread Zhang Chao
Hello! Is there any network error in your connection? like connection reset by peer, maybe you can set the error log level as low as possible, then find the devil in the error.log. On 31 July 2017 at 22:46:12, Ortal (nginx-fo...@forum.nginx.org) wrote: Hello, I am writing a nginx module. I woul

connection error bit set to 1

2017-07-31 Thread Ortal
Hello, I am writing a nginx module. I would like to know it which flow is the error filed of the connection set to 1, I am running a test which the nginx epoll call ngx_http_finalize_request with: r->connection->error = 1, this will terminate my request before I finished with my job. Thanks Post