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

Issue 204 #210

Merged
merged 1 commit into from
Sep 4, 2022
Merged

Issue 204 #210

merged 1 commit into from
Sep 4, 2022

Conversation

u5surf
Copy link
Collaborator

@u5surf u5surf commented Aug 27, 2021

Fixes #204
I fixed tiny syntax error which has occurred in ngx_http_vhost_traffic_status_string.c.
After that I confirmed make in nginx with the module which is including this fix.

% ./objs/nginx -V
nginx version: nginx/1.21.2
built by clang 11.0.0 (clang-1100.0.33.8)
configure arguments: --add-module=/Users/yugo-horie/nginx-module-vts

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.

ngx_http_vhost_traffic_status_string.c:182:12: error: expected '(' after 'if' if isascii(*pa) {
2 participants