You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* draft connection workflow with H2 on IEx with ruby server
* switch out ruby server for nodejs server
* tout h2 support in readme
* add websocket-stream node package
* log request headers in node h2 websocket fixture
* ping the h2 websocket server with a message, get a reply
* allow new/5 to accept Mint.HTTP2 conns
* todo note about removing .iex.exs
* depend on fork with git SHA
* add upgrade/4, remove build_request_headers/0
* use new upgrade/4 in fixtures and tests
* add example websocket server from cowboy
* enable connect protocol in cowboy ws server fixture
* set cowboy server port to 7070
* switch node server for cowboy container in docker-compose
* ensure we ignore the initial message
* use a docker build for the cowboy websocket server
* delete http2 test
* include sec-websocket-version header in http1+2
* add test case for cowboy HTTP/2 echo server
* add host of cowboy server to docker-compose ENV
* add h2 cowboy host to CI env vars
* build the h2 cowboy container in CI
* separate build and up steps for docker-compose stuff
* move h2cowboy implementation into test fixtures
* remove otp24 container
* start websocket server in test helper
* point at localhost for cowboy h2 server
* add dependency on cowboy in test
* compile the cowboy fixture in test mode
* remove old cowboy steps from CI
* show usage of upgrade/4 in readme
* remove unused websocket_info/2 callback
* format
* remove .iex.exs
* fixup link to rfc6455
* remove old h2cowboy host env var from docker-compose
* remove h2cowboy dir
* remove old node http2 server
* use new upgrade/4 function in phoenix-chat example
* use elixir 1.12
* use elixir 1.12.1 container in docker-compose
* use elixir-mint/mint on latest commit
PRs have been merged in
0 commit comments