diff options
author | Micael Karlberg <[email protected]> | 2011-09-06 12:12:10 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-06 12:12:10 +0200 |
commit | 68911f0221998d471114b6e6aac73d43d3025c8a (patch) | |
tree | e3a1dd5bf787fa2b1e53a2415f2d150b2ac406ff /lib/inets/doc | |
parent | 5bdbfa33f7142b888f833b8f2f80cdf2198d9212 (diff) | |
download | otp-68911f0221998d471114b6e6aac73d43d3025c8a.tar.gz otp-68911f0221998d471114b6e6aac73d43d3025c8a.tar.bz2 otp-68911f0221998d471114b6e6aac73d43d3025c8a.zip |
[httpc] Parsing of a cookie expire date should be more forgiving.
That is, if the parsing fails, the date should be ignored.
Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT"
OTP-9433
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 34f26bf45b..56257ebdd4 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,42 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.7.1</title> + + <section><title>Improvements and New Features</title> + <p>-</p> + +<!-- + <list> + <item> + <p>[httpc|httpd] Added support for IPv6 with ssl. </p> + <p>Own Id: OTP-5566</p> + </item> + + </list> +--> + + </section> + + <section><title>Fixed Bugs and Malfunctions</title> +<!-- + <p>-</p> +--> + + <list> + <item> + <p>[httpc] Parsing of expire date cookie should be more forgiving. + That is, if the parsing fails, the date should be ignored. + Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT". </p> + <p>Own Id: OTP-9433</p> + </item> + + </list> + </section> + + </section> <!-- 5.7.1 --> + + <section><title>Inets 5.7</title> <section><title>Improvements and New Features</title> |