Bug#705223: netcat-openbsd: May send raw LF line endings even if the -C option is used

2013-04-13 Thread Jörgen Grahn
On Fri Apr 12 13:45:28 2013, happyaron...@gmail.com wrote: Hi, Can you try netcat-openbsd in Wheezy? It contains quite some fixes and there is something related to CRLF handling. Good suggestion. I experimented with it (netcat-openbsd_1.105-7_powerpc) this morning. It /may/ behave slightly

Bug#705223: netcat-openbsd: May send raw LF line endings even if the -C option is used

2013-04-11 Thread Jorgen Grahn
Package: netcat-openbsd Version: 1.89-4 Severity: normal I was using this shell script to stress-test a TCP server I'm working on: #!/bin/bash action() { local delay=$1; shift local n=$1; shift while [ $((n--)) -gt 0 ] ; do echo foobar sleep $delay

Bug#705223: netcat-openbsd: May send raw LF line endings even if the -C option is used

2013-04-11 Thread Aron Xu
Hi, Can you try netcat-openbsd in Wheezy? It contains quite some fixes and there is something related to CRLF handling. On Thu, Apr 11, 2013 at 9:37 PM, Jorgen Grahn grahn+deb...@snipabacken.se wrote: Package: netcat-openbsd Version: 1.89-4 Severity: normal I was using this shell script