This website requires JavaScript.
Explore
Help
Sign In
Eclipse
/
jetty.project
mirror of
https://github.com/jetty/jetty.project.git
Watch
1
Star
0
Fork
You've already forked jetty.project
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8d7477218d
jetty.project
/
jetty-spdy
/
spdy-http-server
History
Thomas Becker
4085cfb602
411061 fix cookie handling in spdy. If two different HTTP headers with the same name are set, they should be translated to a single multiheader value according to:
http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3#TOC-2.6.10-Name-Value-Header-Block
. That applies for Set-Cookie headers for example. Before this changed duplicate header names have overwritten the previous one
2013-06-19 16:22:57 +02:00
..
src
411061 fix cookie handling in spdy. If two different HTTP headers with the same name are set, they should be translated to a single multiheader value according to:
http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3#TOC-2.6.10-Name-Value-Header-Block
. That applies for Set-Cookie headers for example. Before this changed duplicate header names have overwritten the previous one
2013-06-19 16:22:57 +02:00
pom.xml
409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte
2013-06-05 15:31:24 +02:00