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

added buffer_size parameter to http module #730

Merged
merged 1 commit into from
Oct 16, 2022

Conversation

mullenkamp
Copy link
Contributor

@mullenkamp mullenkamp commented Oct 7, 2022

Motivation

Added the buffer_size parameter to the http module. This provides more functionality to the http module and is more consistent with the other modules that support it already. The base code for the buffer_size was already there, it was just set to a default buffer size without the option for user input.

Sorry it took so long for me to get to this...

Tests

The pytest for test_http.py ran successfully (locally).

Checklist

Before you create the PR, please make sure you have:

  • Picked a concise, informative and complete title
  • Clearly explained the motivation behind the PR
  • Linked to any existing issues that your PR will be solving
  • Included tests for any new functionality
  • Checked that all unit tests pass

@mpenkov mpenkov merged commit d79ab9f into piskvorky:develop Oct 16, 2022
@mpenkov
Copy link
Collaborator

mpenkov commented Oct 16, 2022

Thank you @mullenkamp !!

davidparks21 pushed a commit to davidparks21/smart_open that referenced this pull request Oct 18, 2022
davidparks21 pushed a commit to davidparks21/smart_open that referenced this pull request Oct 18, 2022
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.

allow passing buffer_size as a transport parameter to the http module
2 participants