Furthermore, if fgets() terminates from stdin, how is the user supposed to delimit between \n and \r\n anyway? What is the key for that?<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">
Richard Schmidt</b> &lt;<a href="mailto:huntingtonsurfca@gmail.com">huntingtonsurfca@gmail.com</a>&gt;<br>Date: Sep 17, 2007 6:57 PM<br>Subject: The terminating characters<br>To: <a href="mailto:ee122@icsi.berkeley.edu">ee122@icsi.berkeley.edu
</a><br><br></span>
<div>You keep referring to \r\n as the way we know that the server/client has finished transmitting.</div>
<div>&nbsp;</div>
<div>Are these two characters? Right now, I&#39;m only looking for a \n character. I don&#39;t quite understand what a&nbsp;CRLF&nbsp;or \r\n, I was guessing that they are the same as a newLine, and since the server only echoes back one line, this should be okay? 
</div>
<div>&nbsp;</div>
<div>Any help would be great.</div>
<div>&nbsp;</div>
<div>Rick</div>