chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #856: With any method other than GET or POST, http-cl


From: Chicken Trac
Subject: [Chicken-janitors] #856: With any method other than GET or POST, http-client hangs.
Date: Thu, 24 May 2012 13:21:40 -0000

#856: With any method other than GET or POST, http-client hangs.
------------------------+---------------------------------------------------
 Reporter:  klutometis  |       Owner:  sjamaan
     Type:  defect      |      Status:  new    
 Priority:  major       |   Milestone:  4.8.0  
Component:  unknown     |     Version:  4.7.x  
 Keywords:              |  
------------------------+---------------------------------------------------
 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.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/856>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]