Skip to content

Remove outdated buffering note in RequestBody.fromInputStream #6046

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

RanVaknin
Copy link
Contributor

Removes the documentation statement claiming that non-markable input streams
are buffered in RequestBody.fromInputStream, as this behavior was removed in version 2.30.17 (PR #5841).
This fixes the documentation to reflect the current behavior.

Fixes #6038

@RanVaknin RanVaknin requested a review from a team as a code owner April 18, 2025 18:09
Copy link

@RanVaknin RanVaknin added this pull request to the merge queue Apr 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 22, 2025
@RanVaknin RanVaknin added this pull request to the merge queue Apr 22, 2025
Merged via the queue into master with commit 883b2a4 Apr 22, 2025
23 checks passed
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.

Method fromInputStream doesn't buffer anymore
2 participants