Changeset 2ac4f5 for server/src/http/modules/ngx_http_gzip_filter_module.c
- Timestamp:
- 02/03/09 19:43:30 (3 years ago)
- Branches:
- master-v0.7, nginx-v0.7, nginx-v0.8, upstream_count_limit
- Children:
- 8310b2
- Parents:
- e7b311
- git-author:
- George Potapov <nephrite@…> (02/03/09 19:43:30)
- git-committer:
- George Potapov <nephrite@…> (02/03/09 19:43:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/src/http/modules/ngx_http_gzip_filter_module.c
r814e69 r2ac4f5 303 303 304 304 if (in) { 305 switch (ngx_http_gzip_filter_copy_recycled(ctx, in)) {306 307 case NGX_OK:308 return NGX_OK;309 310 case NGX_DONE:311 in = NULL;312 break;313 314 default: /* NGX_ERROR */315 goto failed;316 }305 switch (ngx_http_gzip_filter_copy_recycled(ctx, in)) { 306 307 case NGX_OK: 308 return NGX_OK; 309 310 case NGX_DONE: 311 in = NULL; 312 break; 313 314 default: /* NGX_ERROR */ 315 goto failed; 316 } 317 317 318 318 } else {
Note: See TracChangeset
for help on using the changeset viewer.
