[cl-cookbook-contrib] [ cl-cookbook-Bugs-546193 ] sockets example newline error
Brought to you by:
jthing
From: <no...@so...> - 2002-04-19 16:30:26
|
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 |