emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13095: closed (http-get: Throw to key `bad-respons


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13095: closed (http-get: Throw to key `bad-response' with args `("EOF while reading response body: ...)')
Date: Sat, 12 Jan 2013 14:49:02 +0000

Your message dated Sat, 12 Jan 2013 14:47:39 +0000
with message-id <address@hidden>
and subject line Re: bug#13095: http-get: Throw to key `bad-response' with args 
`("EOF while reading response body: ...)'
has caused the debbugs.gnu.org bug report #13095,
regarding http-get: Throw to key `bad-response' with args `("EOF while reading 
response body: ...)'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13095: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13095
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: http-get: Throw to key `bad-response' with args `("EOF while reading response body: ...)' Date: Thu, 6 Dec 2012 02:20:45 +0300
Hi,

I'm using Guile 2.0.7. 'http-get' fails to download the file.

scheme@(guile-user)> (http-get (string->uri
"http://citylan.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2";))
ERROR: In procedure get-bytevector-all:
ERROR: Throw to key `bad-response' with args `("EOF while reading
response body: ~a bytes of ~a" (12731 421971))'.

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> ,bt
In web/client.scm:
    131:4  1 (http-get #<<uri> scheme: http userinfo: #f host: "cit…> …)
In unknown file:
           0 (get-bytevector-all #<input: r6rs-custom-binary-input-p…>)

$ wget --spider
http://citylan.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2
Spider mode enabled. Check if remote file exists.

[...]

Length: 421971 (412K) [application/octet-stream]
Remote file exists.

Also, check this thread. [1]

Nikita

[1] https://lists.gnu.org/archive/html/bug-guix/2012-12/msg00033.html



--- End Message ---
--- Begin Message --- Subject: Re: bug#13095: http-get: Throw to key `bad-response' with args `("EOF while reading response body: ...)' Date: Sat, 12 Jan 2013 14:47:39 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)
Ian Price <address@hidden> writes:

> I'm going to withhold pushing a patch and closing this bug for the
> moment, until I'm satisfied of the reason why this is the problem.

Well, I never did get a satisfying reason, but Andy Wingo pushed the
obvious fix for this issue in response to a different users report.
https://lists.gnu.org/archive/html/guile-user/2013-01/msg00006.html

The commit is ed3e8b8e06adaaa1df5085a0f730d42efa3f5c30 for http-get, and
http-get* (now deprecated) inherits this improvement in
990b11c53f8da2a6c14e1190bc4e76939db32d07.

Thank you for your report.

-- 
Ian Price -- shift-reset.com

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"


--- End Message ---

reply via email to

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