Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: x/net/http2: add api to send data frame one by one during invocation #44141

Open
LaurenceLiZhixin opened this issue Feb 7, 2021 · 2 comments

Comments

@LaurenceLiZhixin
Copy link

LaurenceLiZhixin commented Feb 7, 2021

What version of Go are you using (go version)?

$ go version 
go version go1.15.5 darwin/amd64

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?

@LaurenceLiZhixin 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 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
@gopherbot gopherbot added this to the Unreleased milestone Feb 7, 2021
@seankhliao 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 ianlancetaylor modified the milestones: Unreleased, Proposal Feb 7, 2021
@ianlancetaylor ianlancetaylor added this to Incoming in Proposals (old) Feb 7, 2021
@ianlancetaylor
Copy link
Contributor

Can you suggest an API? Thanks.

@ianlancetaylor 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
@networkimprov
Copy link

cc @fraenkel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Incoming
Development

No branches or pull requests

4 participants