Changeset 1505
- Timestamp:
- 10/06/07 09:47:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/cache_http.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/cache_http.c
r1503 r1505 362 362 len -= u; 363 363 } 364 hp->pl_s = hp->pl_e = NULL; 364 if (hp->pl_e == hp->pl_s) 365 hp->pl_s = hp->pl_e = NULL; 365 366 if (len > 0) { 366 367 i = read(fd, b, len);
