yaoweibin / nginx_ajp_module

support AJP protocol proxy with Nginx
http://github.com/yaoweibin/nginx_ajp_module
246 stars 60 forks source link

fixed compiler warning. #32

Closed cubicdaiya closed 9 years ago

cubicdaiya commented 9 years ago

The compiler warning is described below.

../nginx_ajp_module/ngx_http_ajp_handler.c:65:17: error: implicit conversion from enumeration type 'ngx_http_ajp_state_e' to different enumeration type
      'ngx_http_ajp_packet_state_e' [-Werror,-Wenum-conversion]
    a->pstate = ngx_http_ajp_st_init_state;
yaoweibin commented 9 years ago

Looks good to me. Thank you for the contribution.