bug-mit-scheme
[Top][All Lists]
Advanced

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

[bug #62990] http-get doesn't work


From: Arthur A. Gleckler
Subject: [bug #62990] http-get doesn't work
Date: Tue, 30 Aug 2022 23:56:10 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62990>

                 Summary: http-get doesn't work
                 Project: MIT/GNU Scheme
               Submitter: aag
               Submitted: Tue 30 Aug 2022 08:56:09 PM PDT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 30 Aug 2022 08:56:09 PM PDT By: Arthur A. Gleckler <aag>
While the http-get procedure is not documented, it is present, so I thought
I'd report two bugs I found with it while replying to a question on Reddit
<https://www.reddit.com/r/scheme/comments/x1xd09/mit_scheme_httprequest/>.  It
fails with different errors depending on whether the URI ends with a slash. 
It should succeed in both cases.


1 ]=> (http-get "http://google.com"; '())

;The object #[uri 394 ""], passed as an argument to make-http-request, is not
an object satisfying #[compiled-procedure 393 ("http-io" #x1d) #x1c
#x906414].
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.




1 ]=> (http-get "http://google.com/"; '())

;Error while parsing RFC 2822 headers: Illegal character: peek-ascii-char
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.









    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62990>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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