[go-nuts] disabling HTTP/2 client with DefaultTransport

2022-09-06 Thread JeffG
Hi, I'm trying to understand why in the following code, client2 doesn't work 'http2_handshake_failed" error) According from https://pkg.go.dev/net/http#pkg-overview:~:text=Starting%20with%20Go,are%20currently%20supported%3A ,it's the way to disable HTTP/2. thx ... package main import (

[go-nuts] [security] Go 1.19.1 and Go 1.18.6 are released

2022-09-06 Thread announce
Hello gophers, We have just released Go versions 1.19.1 and 1.18.6, minor point releases. These minor releases include 2 security fixes following the security policy : - net/http: handle server errors after sending GOAWAY A closing HTTP/2 server connectio