Summary

With any method other than GET or POST, http-client hangs.

Metadata

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