Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
}I'd really like us to support fakenet+HTTP/3, but doesn't have to be in this CL.
(What I want, I think, is to put the nettest package from https://go.dev/cl/740100 into std/internal, and then replace the custom fakenet implementations in net/http and net/http/internal/http2 with it. This would also give us a fake PacketConn for HTTP/3.)
case http3Mode:Match the pattern of the above cases?
```
http.ProtocolSetHTTP3(p, true)
```
...instead of cst.ts.Config.Protocols below.
http.ProtocolSetHTTP3(cst.tr.Protocols)This part shouldn't be necessary if we adjust p above.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I'd really like us to support fakenet+HTTP/3, but doesn't have to be in this CL.
(What I want, I think, is to put the nettest package from https://go.dev/cl/740100 into std/internal, and then replace the custom fakenet implementations in net/http and net/http/internal/http2 with it. This would also give us a fake PacketConn for HTTP/3.)
SGTM, added a TODO.
Match the pattern of the above cases?
```
http.ProtocolSetHTTP3(p, true)
```...instead of cst.ts.Config.Protocols below.
Oh, good catch, thanks!
This part shouldn't be necessary if we adjust p above.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Hold | +1 |
Hold: check on how folks feel about vendoring `x/net/quic` and `x/net/internal/http3` for testing purposes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |