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

Update ngx_http_vhost_traffic_status_module.c #1

Closed
wants to merge 1 commit into from

Conversation

itpp16
Copy link

@itpp16 itpp16 commented Feb 16, 2015

Works good! just a few patches to fix C4244: conversion from 'off_t' to 'ngx_atomic_t' warnings.

Works good! just a few patches to fix C4244: conversion from 'off_t' to 'ngx_atomic_t' warnings.
@vozlt
Copy link
Owner

vozlt commented Feb 17, 2015

Thanks for the patch.
It will be fixed just as follows:

(ngx_int_t) to (ngx_atomic_t)

@vozlt vozlt closed this Feb 17, 2015
@vozlt vozlt reopened this Feb 17, 2015
@vozlt
Copy link
Owner

vozlt commented Feb 17, 2015

I have only just considered my system. :)
Please tell me your system(name and version and compiler) and nginx version.

@vozlt
Copy link
Owner

vozlt commented Feb 26, 2015

cba50bd

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

Successfully merging this pull request may close these issues.

None yet

2 participants