We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56edf53 commit 7bb9ee7Copy full SHA for 7bb9ee7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v1.5.2
4
+
5
+### Bug fixes and improvements
6
7
+ * Fix a memory leak with `Mint.HTTP1` connections which would stay open but
8
+ report as closed on timeouts.
9
10
## v1.5.1
11
12
### Bug fixes and improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Mint.MixProject do
use Mix.Project
- @version "1.5.1"
+ @version "1.5.2"
@repo_url "https://github.com/elixir-mint/mint"
def project do
0 commit comments