Summary
With any method other than GET or POST, http-client hangs.
Metadata
- Id: 0ea66168670b0dc03f8bee79637ae4accb21a258
- Trac id: 856
- Type: defect
- Reporter: klutometis
- Owner: sjamaan
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2012-05-24 15:21:40 UTC
- Keywords:
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.
Changes and comments
[2012-05-24 15:43:59 UTC] sjamaan wrote:
More details: http://paste.lisp.org/display/129633
[2012-05-24 18:43:29 UTC] klutometis changed status from new to closed
[2012-05-24 18:43:29 UTC] klutometis set resolution to fixed
[2012-05-24 18:43:29 UTC] klutometis wrote:
Peter fixed this within minutes of leaving for the airport; what a Mensch!
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted