]> granicus.if.org Git - curl/commit
ftpserver: output CRLF in logs
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Nov 2011 12:41:10 +0000 (13:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Nov 2011 12:43:12 +0000 (13:43 +0100)
commit2d72489f0fc2ef6e0f4de88766acfef286605c6a
tree96b5b95ad79b53e8a300e9971409019d8d5632c9
parentdda815b77680af1492c962e729f1bb90a48f65a4
ftpserver: output CRLF in logs

Previously the log function would just filter out all CR and LF
occurances from the log to make it more readable. This had the downside
that it made it very hard to see CR LFs when they actually matters.

Now, they're instead converted to "[CR]" and "[LR]" in the log to become
apparent to readers.
tests/ftpserver.pl