| commit | cc5956772bb28f1ca815d2636d44469ba00e687e | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Sun Dec 30 08:01:50 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Sun Dec 30 08:01:50 2007 +0000 |
| tree | 5d3d6d89bf05ea9a93d0d0452a24f78fc786e73b | |
| parent | 6d7f8658ed788aeb0a8ee87a9ffc6613cc001bfa [diff] [blame] |
log server address
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index d6eb263..41b6c06 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -47,7 +47,7 @@ struct ngx_http_log_ctx_s { - ngx_str_t *client; + ngx_connection_t *connection; ngx_http_request_t *request; ngx_http_request_t *current_request; };