2014-11-15T01:40:43Z jangle joined #ccl 2014-11-15T01:49:39Z jangle: trying to write a client for a text based protocl hosted over tcp, can't seem to get the client write side working. code here http://paste.lisp.org/display/144373 2014-11-15T01:51:10Z jangle: I use a global *javad-sock* to keep track of the socket, I use socket-play to open the socket to a netcat listen server, and with wireshark up I can see that things I type in the netcat window are readable by lisp, but when I issue various stream write commands I see no traffic hit the wire. 2014-11-15T01:51:32Z jangle: if anyone has any pointers about what I'm doing wrong I'd appreciate them 2014-11-15T01:53:19Z jangle: i've also tried including a finish-output call in the http-client code, but that doesn't seem to do it either 2014-11-15T02:25:24Z rme: jangle: doesn't http require two crlf pairs at the end of a request? 2014-11-15T02:26:07Z jangle: not sure, maybe, but I'm also not seeing the message hit the wire, and I'm only using the netcat program to scarf up whatever comes in 2014-11-15T02:26:17Z rme: Oh, right, you said that. 2014-11-15T02:26:45Z jangle: i started trying to duplicate what I normally do with telnet and reach out and touch a webserver to practice live two way communication with sockets 2014-11-15T02:26:56Z jangle: so I could get the base idea down when I get time with the real hardware 2014-11-15T02:30:40Z rme: You will almost certainly need to use force-output or finish-output when you write to the socket. 2014-11-15T02:37:21Z rme: If you want, take a look at the source for ccl::snarf-url. 2014-11-15T02:39:50Z jangle: yea I added that too, didn't seem to cut it. I probably did it wrong 2014-11-15T02:40:25Z jangle: thanks for the link 2014-11-15T04:38:08Z jangle quit (Ping timeout: 244 seconds) 2014-11-15T04:39:20Z jangle joined #ccl 2014-11-15T04:50:24Z rme quit (Quit: rme) 2014-11-15T04:50:24Z rme quit (Quit: rme) 2014-11-15T05:26:20Z Adlai: how much work would it be to eliminate the 32bit x86 SSE dependency? ( http://ccl.clozure.com/ccl-documentation.html#x86sse2 ) 2014-11-15T06:02:32Z gbyers: Someone told me a few months ago that 32-bit x86 machines aren't being manufactured anymore. I'm not sure if that 2014-11-15T06:03:05Z gbyers: 's true, but it sounded plausible. I don 2014-11-15T06:03:10Z gbyers: sorry. 2014-11-15T06:04:46Z gbyers: I don't know what the percentage of SSE2-less x86 machines in use is, but my impression is that it's very small and shrinking rapidly. 2014-11-15T06:05:53Z zRecursive joined #ccl 2014-11-15T06:42:47Z zRecursive quit (Remote host closed the connection) 2014-11-15T08:00:09Z rme joined #ccl 2014-11-15T09:42:42Z rme quit (Quit: rme) 2014-11-15T11:49:54Z leo2007 quit (Quit: rcirc on GNU Emacs 25.0.50.1) 2014-11-15T11:51:27Z leo2007 joined #ccl 2014-11-15T11:58:41Z jangle quit (Quit: jangle) 2014-11-15T15:50:17Z jangle joined #ccl 2014-11-15T16:03:10Z leo2007 quit (Quit: rcirc on GNU Emacs 25.0.50.1) 2014-11-15T16:46:06Z jangle: rme: I wasn't calling force-output or finish-output on my stream, I forgot to pass them the stream I wanted them to operate on :-) doh 2014-11-15T16:46:35Z jangle quit (Quit: jangle) 2014-11-15T16:52:07Z rme joined #ccl 2014-11-15T18:45:31Z carvite quit (Ping timeout: 265 seconds) 2014-11-15T18:45:35Z carvite_ joined #ccl 2014-11-15T18:46:00Z Blkt quit (Ping timeout: 265 seconds) 2014-11-15T18:46:05Z Blkt_ joined #ccl 2014-11-15T18:48:23Z rme_ joined #ccl 2014-11-15T18:48:52Z gz_ quit (Ping timeout: 265 seconds) 2014-11-15T18:50:50Z carvite_ quit (Changing host) 2014-11-15T18:50:50Z carvite_ joined #ccl 2014-11-15T18:50:53Z gz_ joined #ccl 2014-11-15T18:50:53Z carvite_ is now known as carvite 2014-11-15T18:51:46Z Hydan quit (Ping timeout: 265 seconds) 2014-11-15T18:53:51Z Hydan joined #ccl 2014-11-15T18:54:37Z rme quit (Ping timeout: 245 seconds) 2014-11-15T18:54:37Z rme_ is now known as rme 2014-11-15T18:54:38Z clop3 quit (Ping timeout: 245 seconds) 2014-11-15T18:56:31Z pjb` joined #ccl 2014-11-15T19:00:17Z pjb quit (Ping timeout: 265 seconds) 2014-11-15T19:00:18Z gko quit (Ping timeout: 265 seconds) 2014-11-15T19:00:18Z jdz quit (Ping timeout: 265 seconds) 2014-11-15T19:01:55Z alms____ joined #ccl 2014-11-15T19:03:50Z rme quit (Quit: rme) 2014-11-15T19:04:06Z jdz joined #ccl 2014-11-15T19:05:04Z alms___ quit (Ping timeout: 265 seconds) 2014-11-15T19:05:06Z alms____ is now known as alms___ 2014-11-15T19:05:43Z clop3 joined #ccl 2014-11-15T19:06:01Z gko joined #ccl 2014-11-15T19:11:19Z rme joined #ccl 2014-11-15T19:14:33Z pjb` is now known as pjb 2014-11-15T19:20:24Z pjb` joined #ccl 2014-11-15T19:22:06Z pjb quit (Ping timeout: 255 seconds) 2014-11-15T19:23:23Z pjb` is now known as pjb 2014-11-15T19:25:17Z john-mcaleely quit (Ping timeout: 255 seconds) 2014-11-15T19:31:57Z john-mcaleely joined #ccl 2014-11-15T19:39:13Z rme_ joined #ccl 2014-11-15T19:47:35Z rme quit (*.net *.split) 2014-11-15T19:47:35Z rme_ is now known as rme 2014-11-15T19:55:08Z Adlai quit (Remote host closed the connection) 2014-11-15T19:56:46Z Adlai joined #ccl 2014-11-15T19:59:55Z carvite_ joined #ccl 2014-11-15T20:00:24Z asedeno_ joined #ccl 2014-11-15T20:03:12Z jdz_ joined #ccl 2014-11-15T20:04:59Z gko quit (*.net *.split) 2014-11-15T20:04:59Z jdz quit (*.net *.split) 2014-11-15T20:04:59Z Hydan quit (*.net *.split) 2014-11-15T20:04:59Z carvite quit (*.net *.split) 2014-11-15T20:05:00Z gbyers quit (*.net *.split) 2014-11-15T20:05:02Z asedeno quit (*.net *.split) 2014-11-15T20:05:02Z peccu2 quit (*.net *.split)