Skip to content

Introduce Http2DataChunkedInput to send chunked Http2 Data Frames#12066

Merged
normanmaurer merged 8 commits intonetty:4.1from
hyperxpro:http2chunked
Feb 7, 2022
Merged

Introduce Http2DataChunkedInput to send chunked Http2 Data Frames#12066
normanmaurer merged 8 commits intonetty:4.1from
hyperxpro:http2chunked

Conversation

@hyperxpro
Copy link
Copy Markdown
Contributor

Motivation:
Currently, HTTP chunking is supported only in HTTP/1.X by Netty. And HTTP/2 implementation was missing.

Modification:
Added Http2DataChunkedInput to support chunked HTTP/2 Data frames.

Result:

Fixes #10801

@hyperxpro
Copy link
Copy Markdown
Contributor Author

@slandelle @Ech0Fan PTAL

Copy link
Copy Markdown
Member

@normanmaurer normanmaurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@normanmaurer normanmaurer added this to the 4.1.74.Final milestone Feb 3, 2022
…taChunkedInput.java

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
hyperxpro and others added 2 commits February 4, 2022 21:09
…taChunkedInputTest.java

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@normanmaurer normanmaurer merged commit 77ed043 into netty:4.1 Feb 7, 2022
normanmaurer added a commit that referenced this pull request Feb 7, 2022
…12066)

Motivation:
Currently, HTTP chunking is supported only in HTTP/1.X by Netty. And HTTP/2 implementation was missing.

Modification:
Added `Http2DataChunkedInput` to support chunked HTTP/2 Data frames.

Result:

Fixes #10801

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@hyperxpro hyperxpro deleted the http2chunked branch February 7, 2022 16:51
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
…etty#12066)

Motivation:
Currently, HTTP chunking is supported only in HTTP/1.X by Netty. And HTTP/2 implementation was missing.

Modification:
Added `Http2DataChunkedInput` to support chunked HTTP/2 Data frames.

Result:

Fixes netty#10801

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Considering supporting http2 chunked input

2 participants