Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

They have changed response timings #12

Closed
itpp16 opened this issue May 18, 2015 · 2 comments
Closed

They have changed response timings #12

itpp16 opened this issue May 18, 2015 · 2 comments

Comments

@itpp16
Copy link

itpp16 commented May 18, 2015

They have changed response timings in http://hg.nginx.org/nginx/rev/59fc60585f1e

ngx_http_vhost_traffic_status_module.c(476) : error C2039: 'response_sec' : is not a member of 'ngx_http_upstream_state_t'
src/http\ngx_http_upstream.h(56) : see declaration of 'ngx_http_upstream_state_t'
ngx_http_vhost_traffic_status_module.c(476) : error C2039: 'response_msec' : is not a member of 'ngx_http_upstream_state_t'
src/http\ngx_http_upstream.h(56) : see declaration of 'ngx_http_upstream_state_t'

Maybe:
// (state[i].response_sec * 1000 + state[i].response_msec);
(state[i].response_time * 1000 + state[i].response_time);

?

@vozlt
Copy link
Owner

vozlt commented May 19, 2015

Thank you for the information.
I have fixed it for the compatibility.

Latest commit: 3822810

@itpp16
Copy link
Author

itpp16 commented May 19, 2015

Fix confirmed, tnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants