home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / infosyst / gopher / 1298 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  29 lines

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