-
Notifications
You must be signed in to change notification settings - Fork 5
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
TCP Server: allow full 65 characters #32
Comments
There's a similar Issue request by @sirexeclp : |
btw, the default number of characters is 78. The 65 characters was just a setting that i used at some point for demonstration purposes when the device is unattended. |
see http://hc-ddr.hucki.net/wiki/doku.php/z9001/erweiterungen/s3004
|
also i've copy pasted the table into our wiki, so we can add our own comments, to make things clearer |
We currently enforce a line-wrap after 65 characters, whatever the characters are. So if somebody sends us lines of 65 characters + newline, we actually get 2 newlines: the one that is enforced and the one from the incoming request.
We should skip enforcing line wrap in that case since the client already sends us the newline.
The text was updated successfully, but these errors were encountered: