Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-02 | Implement HTTP/2 server push | Loïc Hoguin | |
2015-04-12 | Add a SPDY test and improve a few badstate messages | Loïc Hoguin | |
2015-04-10 | Make Dialyzer happy | Loïc Hoguin | |
2015-04-09 | Add gun_up and gun_down messages | Loïc Hoguin | |
The flush(Pid) function was enhanced to also discard Websocket messages and the new up/down messages. | |||
2015-04-09 | Fix checking of protocol options | Loïc Hoguin | |
map:to_list -> maps:to_list Only call maps:to_list once. | |||
2015-04-08 | Use maps for and improve options | Loïc Hoguin | |
The type option has been removed. The transport and protocols options can be used in its place. The transport_opts option can be used to specify transport options. The http_opts and spdy_opts options can be used to specify protocol specific options. The keepalive option is now a protocol specific option. Defaults depending on the port number have changed. Now only port 443 uses ssl by default, other ports use tcp. | |||
2015-03-29 | Improve request code | Loïc Hoguin | |
The content-type and content-length alone indicate whether a body is present for request/4. The host header can now be overriden. A number of headers like transfer-encoding are automatically deleted from the list of headers we receive. SPDY also deletes connection, keep-alive and proxy-connection. SPDY now sends the port in the :host header. | |||
2015-03-25 | Fix an undef crash with SPDY | Loïc Hoguin | |
2015-03-25 | Fix the order of stream references in gun_push message | Loïc Hoguin | |
Should be simpler if the original stream reference is at the same position in all messages. | |||
2015-03-12 | Update copyright years | Loïc Hoguin | |
2014-03-25 | Automatically calculate the content-length when possible in SPDY | Loïc Hoguin | |
2014-03-25 | Send the status as a number rather than a binary string in SPDY | Loïc Hoguin | |
2014-03-21 | Update copyright years | Loïc Hoguin | |
2014-03-21 | Improve the HTTP/1.1 and HTTP/1.0 support | Loïc Hoguin | |
2014-03-10 | Improve behavior when losing the connection | Loïc Hoguin | |
2013-09-04 | Remove unneeded case blocks | Loïc Hoguin | |
2013-09-02 | Fix a bug when streaming data | Loïc Hoguin | |
2013-09-02 | cow_spdy:split/1 only returns false on failure | Loïc Hoguin | |
2013-08-29 | gun_error sends StreamRef, not StreamID | Loïc Hoguin | |
2013-08-29 | The gun_response message now says if data will follow | Loïc Hoguin | |
2013-08-26 | Sync message signature with documentation | Loïc Hoguin | |
2013-08-26 | Fix server pushed streams | Loïc Hoguin | |
2013-08-26 | Remove the response functions | Loïc Hoguin | |
SPDY unfortunately is still completely client-server and we can't do that according to the specs. | |||
2013-08-22 | Initial commit with working SPDY client | Loïc Hoguin | |