Change information
Commit message:
internal/http3: add Expect: 100-continue support to Server
When serving a request containing the "Expect: 100-continue" header,
Server will now send an HTTP 100 status automatically if the request
body is read from within the server handler.
For golang/go#70914
Change-Id: Ib8185170deabf777a02487a1ded6671db720df51
Files:
- M internal/http3/body.go
- M internal/http3/server.go
- M internal/http3/server_test.go
- M internal/http3/transport_test.go
Change size: L
Delta: 4 files changed, 211 insertions(+), 46 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