[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SOCKET-SERVICE-PORT
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: SOCKET-SERVICE-PORT
- From: Bruno Haible <haible@ilog.fr>
- Date: Wed, 24 Sep 1997 13:27:53 +0200 (MET DST)
- >received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96]) by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id NAA14822; Wed, 24 Sep 1997 13:27:56 +0200 (MET DST)
[Message forwarded from Sam Steingold <sshteingold@cctrading.com>.]
1. SOCKET-SERVICE-PORT doesn't know about http(s) (80/443) and gopher
(70).
2. I can open an http connection and write to the resulting socket,
but I cannot read from it:
#<closed socket-stream qs.secapl.com:80>
> (setq zz (socket-connect 80 "qs.secapl.com"))
#<socket-stream qs.secapl.com:80>
> (format zz "GET /cgi-bin/qs?ticks=FSELX~%")
nil
> (read-line zz)
*** - Winsock error 10058 (ESHUTDOWN): Can't send after socket
shutdown
1. Break>
Thanks
Sam