Ticket #370: ngx_http_upstream.c.diff
| File ngx_http_upstream.c.diff, 339 bytes (added by , 13 years ago) |
|---|
-
ngx_http_upstream.c
old new 3388 3388 } 3389 3389 } 3390 3390 3391 ngx_http_file_cache_free(r->cache, u->pipe ->temp_file);3391 ngx_http_file_cache_free(r->cache, u->pipe ? u->pipe->temp_file : NULL); 3392 3392 } 3393 3393 3394 3394 #endif
