Only chop \r\n instead of trimming all whitespace
authorBas Pape <baspape@gmail.com>
Tue, 4 Dec 2012 19:06:57 +0000 (20:06 +0100)
committerDaniel Albers <daniel@lbe.rs>
Mon, 10 Dec 2012 15:21:08 +0000 (16:21 +0100)
commitb426e5347d81b8cf1c5f2e2d71ec7bfd984cd5f7
tree232332d81c2e7685d22108109346f1c1d894a3fd
parent829c1d4110f56bdd32a346b67aa9cf6cea8f693d
Only chop \r\n instead of trimming all whitespace

Any whitespace in front of the protocol's \r\n is part of the message
and thus should not be trimmed. Fixes #1197
src/core/corenetwork.cpp