Does this issue reproduce with the latest release?
None
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GOARCH="amd64"
What did you do?
What did you expect to see?
I want to use x/net/http2 pkg to impl grpc stream-rpc invocation, but I found that it only supports invocation with header + bodyframe, not header + body + body + body ... be along with the flash of stream.
What did you see instead?
The text was updated successfully, but these errors were encountered:
LaurenceLiZhixin
changed the title
Add api to send data frame one by one during invocation.
x/net: Add api to send data frame one by one during invocation.
Feb 7, 2021
LaurenceLiZhixin
changed the title
x/net: Add api to send data frame one by one during invocation.
x/net: Add http2 api to send data frame one by one during invocation.
Feb 7, 2021
seankhliao
changed the title
x/net: Add http2 api to send data frame one by one during invocation.
proposal: x/net/http2: Add api to send data frame one by one during invocation.
Feb 7, 2021
ianlancetaylor
changed the title
proposal: x/net/http2: Add api to send data frame one by one during invocation.
proposal: x/net/http2: add api to send data frame one by one during invocation
Feb 7, 2021
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
None
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I want to use x/net/http2 pkg to impl grpc stream-rpc invocation, but I found that it only supports invocation with
header + bodyframe
, notheader + body + body + body ...
be along with the flash of stream.What did you see instead?
The text was updated successfully, but these errors were encountered: