aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_1.3.asciidoc
blob: 729c65143c57bd0d9eef87ecd876a447112cb424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[appendix]
== Changes since Gun 1.3

The following patch versions were released since Gun 1.3:

=== Gun 1.3.2

This release backports a fix that will be included in the
upcoming Gun 2.0 release:

* Gun will now properly identify HTTP/2 preface errors,
  for example when attempting to connect to an HTTP/1.1
  server or a non-HTTP server. Gun will give a different
  error message when it thinks it received an HTTP/1.1
  response.

=== Gun 1.3.1

This release backports a fix that will be included in the
upcoming Gun 2.0 release:

* *POTENTIAL SECURITY VULNERABILITY*: Fix transfer-encoding
  precedence over content-length in responses. This bug may
  contribute to a response smuggling security vulnerability
  when Gun is used inside a proxy.