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

Provide documentation and context information for NIOTooManyBytesError #2831

Merged
merged 9 commits into from
Aug 28, 2024

Commits on Aug 7, 2024

  1. Provide documentation and context information for NIOTooManyBytesError

    The NIOTooManyBytesError doesn't have any documentation for someone
    that encounters this error. Provide documentation that explains the
    situation when the error occurs, which is the upTo limit of an
    AsyncSequence is exceeded. Describe one potential action, which
    is to increase this limit.
    
    The error doesn't give the end user any sense of magnitude of the
    byte limit that has been exceeded. Provide the maxBytes in the error
    so that the user can gauge whether the upTo limit is already
    reasonable and the payload size is excessive, or the limit needs
    to be increased to suit more situations.
    cmcgee1024 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f5df380 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Maintain API compatibility

    cmcgee1024 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    48c4858 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Deprecate the original constructor, make the maxBytes public mutable,…

    … and test maxBytes is set as expected
    cmcgee1024 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3c372bf View commit details
    Browse the repository at this point in the history
  2. Remove foundation import

    cmcgee1024 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3623af2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f2764 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Code review feedback

    cmcgee1024 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f065562 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    7d885a4 View commit details
    Browse the repository at this point in the history
  2. Fix formatting errors

    cmcgee1024 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6a4b8af View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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