GNU bug report logs - #10890
Erroneous REPL Example in Web HTTP Documentation

Previous Next

Package: guile;

Reported by: Daniel Krueger <keenbug <at> googlemail.com>

Date: Sun, 26 Feb 2012 18:03:01 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Daniel Krueger <keenbug <at> googlemail.com>
Subject: bug#10890: closed (Re: bug#10890: Erroneous REPL Example in Web
 HTTP Documentation)
Date: Fri, 06 Jul 2012 12:17:06 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#10890: Erroneous REPL Example in Web HTTP Documentation

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 10890 <at> debbugs.gnu.org.

-- 
10890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10890
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Wingo <wingo <at> pobox.com>
To: Daniel Krueger <keenbug <at> googlemail.com>
Cc: 10890-done <at> debbugs.gnu.org
Subject: Re: bug#10890: Erroneous REPL Example in Web HTTP Documentation
Date: Fri, 06 Jul 2012 12:23:58 +0200
On Sun 26 Feb 2012 13:03, Daniel Krueger <keenbug <at> googlemail.com> writes:

> (parse-header 'content-encoding "gzip")
> => (GET HEAD)
>
> but which should be
>
> (parse-header 'content-encoding "gzip")
> => (gzip)

Thanks for the report, fixed :-)

Andy
-- 
http://wingolog.org/

[Message part 3 (message/rfc822, inline)]
From: Daniel Krueger <keenbug <at> googlemail.com>
To: bug-guile <at> gnu.org
Subject: Erroneous REPL Example in Web HTTP Documentation
Date: Sun, 26 Feb 2012 13:03:49 +0100
Hello there,

I found a little "copy'n'paste" error in the Web HTTP Documentation
(http://www.gnu.org/software/guile/manual/html_node/HTTP-Headers.html#HTTP-Headers)
where it says

(parse-header 'content-encoding "gzip")
=> (GET HEAD)

but which should be

(parse-header 'content-encoding "gzip")
=> (gzip)

Sorry for my english, by the way.

Daniel



This bug report was last modified 13 years and 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.