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

Add support for request body to be larger than 2GB on 32-bit devices #746

Merged
merged 9 commits into from
Jun 28, 2024

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    a82ccc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0d2e36d View commit details
    Browse the repository at this point in the history
  2. Deprecated known(_ count: Int) in HTTPClientRequest.Body. Replace…

    …d Atomics with NIOLock in RequestBagTests. Fixed test cases.
    aryan-25 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3c30712 View commit details
    Browse the repository at this point in the history
  3. Ran formatter

    aryan-25 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a278ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    33fa9c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix issue where requests fail if the leading slash is omitted from th…

    …e path in a URL instance created from a relative URL.
    aryan-25 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    330117f View commit details
    Browse the repository at this point in the history
  2. Revert "Fix issue where requests fail if the leading slash is omitted…

    … from the path in a URL instance created from a relative URL."
    
    This reverts commit 330117f.
    aryan-25 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f00845d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b46d925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    625f9a7 View commit details
    Browse the repository at this point in the history