#856 closed defect (fixed)
With any method other than GET or POST, http-client hangs.
Reported by: | Peter Danenberg | Owned by: | sjamaan |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.7.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Issue e.g.:
nc -l 7979
Then:
(with-input-from-request
(make-request method: 'DELETE
uri: (uri-reference "http://localhost:7979")
headers: (headers '((accept */*))))
#f
read-string)
It appears to block on read and times out with:
"Error: (tcp-connect) cannot create socket - Connection refused"
when nc closes the connection.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Peter fixed this within minutes of leaving for the airport; what a Mensch!
Note: See
TracTickets for help on using
tickets.
More details: http://paste.lisp.org/display/129633