Change information
Commit message:
internal/http3: add net/http.ResponseController support
Server now implements SetReadDeadline, SetWriteDeadline,
EnableFullDuplex, and FlushError (with Hijack being left unsupported
intentionally as HTTP/3 does not support hijacking).
For golang/go#70914
Change-Id: I0821d6eec4e534e01a33f1ea923ae59d6a6a6964
Files:
- M internal/http3/body.go
- M internal/http3/conn.go
- M internal/http3/roundtrip.go
- M internal/http3/server.go
- M internal/http3/server_test.go
- M internal/http3/stream.go
Change size: L
Delta: 6 files changed, 436 insertions(+), 44 deletions(-)
Branch: refs/heads/master