Changeset 8310b2 for server/src/http/ngx_http_core_module.c
- Timestamp:
- 02/03/09 19:45:01 (3 years ago)
- Branches:
- master-v0.7, nginx-v0.7, nginx-v0.8, upstream_count_limit
- Children:
- e86d7f, f54237
- Parents:
- 2ac4f5
- git-author:
- George Potapov <nephrite@…> (02/03/09 19:45:01)
- git-committer:
- George Potapov <nephrite@…> (02/03/09 19:45:01)
- File:
-
- 1 edited
-
server/src/http/ngx_http_core_module.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
server/src/http/ngx_http_core_module.c
r2ac4f5 r8310b2 1035 1035 ngx_http_phase_handler_t *ph) 1036 1036 { 1037 size_t len, root, alias; 1038 ssize_t reserve, allocated; 1037 size_t len, root, alias, reserve, allocated; 1039 1038 u_char *p, *name; 1040 1039 ngx_str_t path; … … 1060 1059 root = 0; 1061 1060 name = NULL; 1062 path.len = 0;1061 /* suppress MSVC warning */ 1063 1062 path.data = NULL; 1064 1063
Note: See TracChangeset
for help on using the changeset viewer.
