Commits (3)
-
Deucе authored
This is what was breaking uploads via telnet. Not only was it sending the unexpanded buffer, it was also sending the length of the expanded buffer out of it (wandering into gibberish or at worst, outside of the buffer).
cfb87774 -
Deucе authored
This allows ensuring we don't expand CRLF into CRLFLF. This is usually harmless, but there's no real need to put up with it in a program with a single thread using the expand function.
9db9df4a -
Deucе authored83659316