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

Accept large slim messages #504

Merged
merged 2 commits into from
Aug 17, 2014
Merged

Commits on Jul 25, 2014

  1. Allow for responses larger than 999999 characters

    The protocol officially allows for 6-digit length headers, but in practice
    some SlimServer implementations (like the Java one) may emit larger results.
    Of course that's likely to cause problems elsewhere, but AFAICS there's no
    reason we shouldn't be lenient about that.
    
    Roughly this patch was earlier accepted as 0bbd3c4
    and then reverted in e98714c, I don't remember
    why...
    raboof committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    15a8853 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

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