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
3 changed files with 61 additions and 11 deletions
+3
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.