diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-11 21:51:34 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-11 21:51:34 +0000 |
commit | 56022e66dd44884bad02e8577b9cdb455b04dceb (patch) | |
tree | 2c611bd10b9a1bf34f195ba4b7ab0f71562c5f7a /WWW/Library/Implementation/HTAnchor.h | |
parent | 8cffae83790c0c2537c7de1630712e87351dd582 (diff) | |
download | lynx-snapshots-56022e66dd44884bad02e8577b9cdb455b04dceb.tar.gz |
snapshot of project "lynx", label v2-8-9dev_16r
Diffstat (limited to 'WWW/Library/Implementation/HTAnchor.h')
-rw-r--r-- | WWW/Library/Implementation/HTAnchor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTAnchor.h b/WWW/Library/Implementation/HTAnchor.h index e06ed017..3b1e6e68 100644 --- a/WWW/Library/Implementation/HTAnchor.h +++ b/WWW/Library/Implementation/HTAnchor.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTAnchor.h,v 1.38 2017/02/10 22:26:48 tom Exp $ + * $LynxId: HTAnchor.h,v 1.40 2018/03/11 18:43:50 tom Exp $ * * Hypertext "Anchor" Object HTAnchor.h * ========================== @@ -100,10 +100,9 @@ extern "C" { char *SugFname; /* Suggested filename */ char *cache_control; /* Cache-Control */ BOOL no_cache; /* Cache-Control, Pragma or META "no-cache"? */ + BOOL inHEAD; /* HTMIMEConvert is decoding server-headers */ BOOL inBASE; /* duplicated from HTStructured (HTML.c/h) */ -#ifdef EXP_HTTP_HEADERS HTChunk http_headers; -#endif BOOL no_content_encoding; /* server did not use C-T? */ char *content_type_params; /* Content-Type (with parameters if any) */ char *content_type; /* Content-Type */ @@ -115,6 +114,7 @@ extern "C" { char *content_md5; /* Content-MD5 */ char *message_id; /* Message-ID */ char *subject; /* Subject */ + off_t header_length; /* length of headers */ off_t content_length; /* Content-Length */ off_t actual_length; /* actual length may differ */ char *date; /* Date */ |