File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,15 @@ If `Mint.WebSocket.upgrade/4` returns
5858Then the server does not support HTTP/2 WebSockets or does not have them
5959enabled.
6060
61- HTTP/2 support for extended CONNECT has been merged into Mint's main branch
62- but is not yet published. If you need HTTP/2 support, use an override:
61+ Support for HTTP/2 extended CONNECT was added to Mint in version ` 1.4.0 ` .
62+ If you need HTTP/2 support, make sure you require that version as a minimum.
6363
6464``` elixir
6565# mix.exs
6666def deps do
6767 [
6868 {:mint_web_socket , " ~> 0.1" },
69- {:mint ,
70- git: " https://github.com/elixir-mint/mint.git" ,
71- ref: " 488a6ba5fd418a52f697a8d5f377c629ea96af92" ,
72- override: true },
69+ {:mint , " ~> 1.4" },
7370 # ..
7471 ]
7572end
You can’t perform that action at this time.
0 commit comments