Skip to content

AHC-119, NETTY-430: Upgrade to Netty 3.2.6-Final to fix NullPointerException in ChunkedWriteHandler.discard #37

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

Closed
wants to merge 1 commit into from

Conversation

alambert
Copy link

https://issues.sonatype.org/browse/AHC-119

This is the same as https://github.com/sonatype/async-http-client/pull/31 but for the master branch given the pending 1.7.x release. All tests passed on 11/05.

@jfarcand
Copy link
Contributor

Let me add instead 3.2.7.FINAL which was released last week. Thanks!

@jfarcand jfarcand closed this Nov 28, 2011
@jfarcand
Copy link
Contributor

@alambert
Copy link
Author

Perfect, thank you!

cs-workco pushed a commit to cs-workco/async-http-client that referenced this pull request Apr 13, 2023
* Provide a way to stream Request.body

Motivation:
Users may want to optimize memory usage when executing request with big
bodies, same as streaming download

Modifications:
Added ChunkProvider typealias in HTTPHandler.swift
Added new Body enum case - stream in HTTPHandler.swift
Extracted body processing in HTTPHandler.swift to a separate method
Added .stream enum processing in HTTPHandler.swift
Added upload streaming test to SwiftNIOHTTPTests.swift

Result:
HTTPClient library now provides methods to stream Request body
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.

2 participants