--- loncom/loncnew 2004/02/17 15:09:08 1.43 +++ loncom/loncnew 2004/03/02 16:25:17 1.44 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.43 2004/02/17 15:09:08 albertel Exp $ +# $Id: loncnew,v 1.44 2004/03/02 16:25:17 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1269,7 +1269,7 @@ sub ClientRequest { Debug(8,"Data: ".$data." this read: ".$thisread); $data = $data.$thisread; # Append new data. $watcher->data($data); - if($data =~ /(.*\n)/) { # Request entirely read. + if($data =~ /\n$/) { # Request entirely read. if($data eq "close_connection_exit\n") { Log("CRITICAL", "Request Close Connection ... exiting");