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

Don't try to process empty batches of requests #4969

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. Don't try to process empty batches of requests

    During testing we found an existing issue with batching support which
    causes the router to panic if an empty batch is submitted to the router.
    
    We now explicitly check for empty batches and return a helpful error
    message if they are detected.
    garypen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fe12e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27015c3 View commit details
    Browse the repository at this point in the history