Mercurial > dillo_port1.3
changeset 64:f11de3d9f8c5
.
author | jcid |
---|---|
date | Wed, 28 Nov 2007 16:06:18 +0100 |
parents | 878924230e09 |
children | 712cc962366f |
files | ChangeLog src/cache.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Nov 28 15:09:07 2007 +0100 +++ b/ChangeLog Wed Nov 28 16:06:18 2007 +0100 @@ -61,6 +61,7 @@ - Bound "Copy link location". - Bound preliminar find text support. - Added line numbers and enabled wrapping in the "View Source" window. + - Added HTTP-1.1's chunked transfer support! Patches: place +- Fixed a problem with locally-installed dpis. - Added code for optional image loading (nice interface) very advanced!
--- a/src/cache.c Wed Nov 28 15:09:07 2007 +0100 +++ b/src/cache.c Wed Nov 28 16:06:18 2007 +0100 @@ -653,7 +653,6 @@ */ if (!(entry->Flags & CA_GotHeader)) { while ((len = Cache_get_header(entry, buf + start, buf_size - start))) { - /* Let's scan, allocate, and set things according to header info */ Cache_parse_header(entry, buf + start, buf_size - start, len); start += len;