netty5/codec-http/src/test/java/io/netty/handler/codec
Stephane Landelle da4029de00 Generate Expires attribute along MaxAge one so IE can honor it, close #1466
Motivation:

Internet Explorer doesn't honor Set-Cookie header Max-Age attribute. It only honors the Expires one.

Modification:

Always generate an Expires attribute along the Max-Age one.

Result:

Internet Explorer compatible expiring cookies. Close #1466.
2015-01-25 17:59:52 +01:00
..
http Generate Expires attribute along MaxAge one so IE can honor it, close #1466 2015-01-25 17:59:52 +01:00
spdy Reduce memory copies in spdy compression implementation. 2014-08-21 11:26:13 +02:00