aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_spdy.erl
AgeCommit message (Collapse)Author
2013-08-24Simpler code for sending errors following crashesLoïc Hoguin
2013-06-07Merge branch 'spdy-zero-length-header-names' of git://github.com/bgentry/cowboyLoïc Hoguin
2013-06-05Fix a couple control_frame clauses that were too largeLoïc Hoguin
2013-06-03Add sendfile support to SPDY, enabling cowboy_static useLoïc Hoguin
2013-05-31zero-length header names MUST issue a stream errorBlake Gentry
2013-05-30Add experimental and incomplete SPDY supportLoïc Hoguin
The SPDY connection processes are also supervisors. Missing: * sendfile support * request body reading support