[ cl-cookbook-Bugs-546193 ] sockets example newline error

[email protected] Fri, 19 Apr 2002 09:30:25 -0700
Newsgroups gmane.lisp.cookbook
Message-ID <[email protected]>
Bugs item #546193, was opened at 2002-04-19 11:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=447472&aid=546193&group_id=46815

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Wiseman (jjwiseman)
Assigned to: Nobody/Anonymous (nobody)
Summary: sockets example newline error

Initial Comment:
The sockets http example makes a common mistake by
using read-line for reading lines and ~% to output
newlines.

HTTP lines are terminated by CR LF.  ~% may output LF
on a unix system, CR on a Mac, and CR LF in Windows. 
Similarly, read-line will consider a line to be
terminated by diffrent characters or sequences of
characters on different systems.



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=447472&aid=546193&group_id=46815