home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.infosystems.gopher
- Path: sparky!uunet!news.uiowa.edu!tinyblue.cs.uiowa.edu!lbrintle
- From: lbrintle@tinyblue.cs.uiowa.edu (Lee Brintle)
- Subject: Re: Veronica: unix gopher hangs?
- Sender: news@news.uiowa.edu (News)
- Message-ID: <1992Nov21.033537.20448@news.uiowa.edu>
- Date: Sat, 21 Nov 1992 03:35:37 GMT
- Reply-To: lbrintle@tinyblue.cs.uiowa.edu (Lee Brintle)
- References: <1992Nov20.170503.16309@cs.cornell.edu> <1992Nov21.020037.9288@cs.wayne.edu>
- Nntp-Posting-Host: tinyblue.cs.uiowa.edu
- Organization: U of Iowa, Iowa City, IA, USA
- Lines: 15
-
- I noticed the same thing with our new Gopher+ client. After testing with
- telnet, however, I found that I had this in my client:
- cxn << Path << endl;
- Once I changed it to:
- cxn << Path << "\r\n";
- it worked okay. In other words, I was using a line-feed only instead of
- the *standard* method of using CR-LF. It was the fault of my client, since
- I'm the one not obeying the protocol.
-
- Anyway, you might want to check your clients for the same problem. We
- diverged from the standard release, so I cannot check.
-
-
- Lee Brintle | ``And so, I leave you with this final word:
- Project Panda | twang.''
-