﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
856	With any method other than GET or POST, http-client hangs.	Peter Danenberg	sjamaan	"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."	defect	closed	major	4.9.0	unknown	4.7.x	fixed			
