Skip to content

Commit 6530da2

Browse files
committed
point to mint v1.4.0 for HTTP/2 extended connect support
1 parent 3e12591 commit 6530da2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,15 @@ If `Mint.WebSocket.upgrade/4` returns
5858
Then the server does not support HTTP/2 WebSockets or does not have them
5959
enabled.
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
6666
def 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
]
7572
end

0 commit comments

Comments
 (0)