[SOLVED]does not work on any request on windows

2016-11-15 Thread ganadara
Add configuration. --with-select_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_stub_status_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_a

Re: does not work on any request on windows

2016-11-14 Thread ganadara
update information. This is the result of ngx_http_wait_request_handler after c->recv(c, b->last, size). The normal response has been successfully responded to the user request. Abnormal does not respond to user requests. -

does not work on any request on windows

2016-11-11 Thread crsarang
I was build nginx for window on linux. (compiler: x86_64-w64-mingw32-gcc) and build succeeded.   but It does not work on any request.. as if it hang status...   I was checked function ngx_http_wait_request_handler in ngx_http_request.c on windows gdb. One unique feature is th