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

Input size limits #34

Closed
y10k opened this issue Dec 9, 2019 · 1 comment
Closed

Input size limits #34

y10k opened this issue Dec 9, 2019 · 1 comment

Comments

@y10k
Copy link
Owner

y10k commented Dec 9, 2019

  1. Line length limit
  2. Literal size limit
  3. IMAP Command total size limit

1 needs to Riser::Stream update.
2 and 3 are recommended to be larger than DRb's load_limit.

@y10k
Copy link
Owner Author

y10k commented Dec 13, 2019

Riser is updated by #6

y10k added a commit that referenced this issue Feb 28, 2020
y10k added a commit that referenced this issue Feb 28, 2020
Github Issue: #34

Add stringio requirement to run this test case alone.
y10k added a commit that referenced this issue Feb 28, 2020
Github Issue: #34

Make some tests data driven.
y10k added a commit that referenced this issue Feb 28, 2020
y10k added a commit that referenced this issue Feb 28, 2020
Github Issue: #34

Add the factory method to initial decoder to encapsulate the
initialization parameters of request reader those will be added after
this.
y10k added a commit that referenced this issue Feb 28, 2020
Github Issue: #34

Line too long error terminates server-client connection because the
server does not know how much data remains beyond its line length
limit.
y10k added a commit that referenced this issue Feb 28, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
Github Issue: #34

Test names for line too long error handling have been adapted to
naming rules.
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Mar 19, 2020
y10k added a commit that referenced this issue Jul 7, 2020
y10k added a commit that referenced this issue Jul 7, 2020
y10k added a commit that referenced this issue Jul 7, 2020
y10k added a commit that referenced this issue Jul 7, 2020
@y10k y10k closed this as completed in 702894c Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant