Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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:2 Changed 12 years ago by Peter Danenberg

Resolution: fixed
Status: newclosed

Peter fixed this within minutes of leaving for the airport; what a Mensch!

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.