diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-18 01:42:15 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-18 01:42:15 -0500 |
commit | 2bfd7597b7533894c71385f833a91b3d88ee8506 (patch) | |
tree | c5e57e760cd5428bd5c9af6dd56af47c784897ce /CHANGES | |
parent | 8ab37dfd02e89e899872656c31264789f82deb34 (diff) | |
download | lynx-snapshots-2bfd7597b7533894c71385f833a91b3d88ee8506.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6r
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index ed90bf74..bc064656 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,11 @@ --- $LynxId: CHANGES,v 1.832 2015/12/17 02:00:24 tom Exp $ +-- $LynxId: CHANGES,v 1.833 2015/12/18 01:42:15 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2015-12-16 (2.8.9dev.7) +2015-12-17 (2.8.9dev.7) +* make the HTTP version configurable, defaulting to "1.0" (HTTP/1.0) as + HTTP_PROTOCOL, and make it changeable in the options menu -TD * switch HTTP version to 1.1, adding an explicit "close" to work around the pitfall of persistent connections. This is to work around a selective reading of RFC 2068 by duckduckgo.com - see |