[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] http-client broken
From: |
Peter |
Subject: |
Re: [MIT-Scheme-devel] http-client broken |
Date: |
Mon, 20 Nov 2017 13:41:02 +0100 |
Hello fellow Schemers!
I've looked into this, the problem seems to be that `socket-port-type'
in socket.scm calls make-textual-port-type, when a network socket should
in fact probably be a binary port.
If anyone could give me any pointers on how this should be fixed, I'd
like to give it a go and send a patch. Is it in fact correct to make tcp
sockets binary ports?
Thanks for any assistance!
Greetings,
Peter
- Re: [MIT-Scheme-devel] http-client broken,
Peter <=