Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.

This commit is contained in:
R David Murray 2013-08-25 11:09:45 -04:00
commit 0cb8e5131d
3 changed files with 61 additions and 11 deletions

View file

@ -40,6 +40,9 @@ Core and Builtins
Library
-------
- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'
cookie flags.
- Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
properly handled as unsigned.