Change information
Commit message:
internal/http3: add HTTP 103 Early Hints support to Server
Using WriteHeader from Server handler to send status 103 will now work
similarly to HTTP/1 and HTTP/2. Additionally, the code path for handling
informational response header in general has also been simplified.
Support for the client is added in a separate change.
For golang/go#70914
Change-Id: I07bd15fc56d0b1e18f1831c9002d548dbfb5beb5
Files:
- M internal/http3/server.go
- M internal/http3/server_test.go
Change size: M
Delta: 2 files changed, 98 insertions(+), 17 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Damien Neil, +1 by Nicholas Husin
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI