v1.45.0
erikdubbelboer
released this
15 Mar 14:32
·
194 commits
to master
since this release
- 53e376f Update dependencies (Erik Dubbelboer)
- b334443 docs: add missing dot to ConvertRequest comment (#1516) (Oleksandr Redko)
- a281f1d client: HostClient.Do hangs out when ErrConnPoolStrategyNotImpl (#1515) (Oleksandr Redko)
- 7846101 client: fix Do hangs when configure host client fails (#1514) (Oleksandr Redko)
- 9c0e39f Fix proxy auth bug (Erik Dubbelboer)
- a9d57a9 client: remove unused go:build comment (#1511) (Oleksandr Redko)
- 498a814 test: fix typos in function, error message, comment (#1512) (Oleksandr Redko)
- 4ca6994 test: use Fprintf to simplify writing headers (#1510) (Oleksandr Redko)
- 74a0507 Immediately return ErrTimeout if deadline is already reached. (#1497) (Igor Menshenin)
- 559d536 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508) (dependabot[bot])
- 4e8c92b http.go: close form file if copyZeroAlloc fails (#1498) (Oleksandr Redko)
- 8800d4b Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503) (dependabot[bot])
- c8d2e0e Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1502) (dependabot[bot])
- ac631aa fix functiom name (#1505) (cui fliter)
- 2ab7906 test: bind to localhost instead of all interfaces (#1495) (Oleksandr Redko)
- b79a03a test: close response body (#1496) (Oleksandr Redko)
- 9230a3d docs: Deprecate ErrAlreadyServing as never returning (#1491) (Oleksandr Redko)
- e15a810 docs: fix grammar issues and typos in comments (#1492) (Oleksandr Redko)
- 5147cec docs: replace links to golang.org with go.dev (#1489) (Oleksandr Redko)
- 934f04e Refactor golangci-lint config and remove redundant nolints (#1486) (Oleksandr Redko)
- f84e234 Rename unexported funcs, vars to match common Go (#1488) (Oleksandr Redko)
- f111c7e Add missing fasthttp prefix in example usage (#1487) (Oleksandr Redko)
- 8dcbc41 test: use T.TempDir instead of MkdirTemp (#1485) (Oleksandr Redko)
- c0c5f9c doc,test: correct typos (#1484) (Oleksandr Redko)
- b0fe6f0 optimized b2s function (#1483) (orangesobeautiful)
- 2e81dca update compress modulule, drop 1.16 (#1482) (M. Efe Çetin)
- 9d5a7bf Add support for Go 1.20 (#1481) (Erik Dubbelboer)
- b2e66a5 docs: add http2curl (#1480) (kinggo)
- 776a4c7 fix: modify normalizePath (#1478) (kinggo)
- eef368e clear dst bodyRaw before copy (#1476) (tyltr)
- e87f84c fix: CopyTo doesn't copy bodyraw deeply (#1471) (kinggo)