Re: [racket-users] racket url connection problem solved by reboot?

2019-08-19 Thread 'John Clements' via users-redirect
Oh! both excellent thoughts. Okay, I’ll try to remember this for the next time this happens. Many thanks! John > On Aug 19, 2019, at 11:10, Bogdan Popa wrote: > > The server doesn't seem to handle `Expect:' headers properly so, for > example, curl has a couple seconds' delay when you run

[racket-users] racket url connection problem solved by reboot?

2019-08-19 Thread 'John Clements' via users-redirect
This may be an OS question, but it manifested as a curious racket problem, so I thought I’d ask. Consider the following program: #lang racket (require net/url) (post-impure-port (string->url "http://brinckerhoff.org:8025/;) #"request=1234" '("Content-Type: application/x-www-form-urlencoded”))