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

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

[debbugs-tracker] bug#10890: closed (Erroneous REPL Example in Web HTTP


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10890: closed (Erroneous REPL Example in Web HTTP Documentation)
Date: Fri, 06 Jul 2012 12:17:05 +0000

Your message dated Fri, 06 Jul 2012 12:23:58 +0200
with message-id <address@hidden>
and subject line Re: bug#10890: Erroneous REPL Example in Web HTTP Documentation
has caused the debbugs.gnu.org bug report #10890,
regarding Erroneous REPL Example in Web HTTP Documentation
to be marked as done.

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


-- 
10890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10890
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#10890: Erroneous REPL Example in Web HTTP Documentation Date: Fri, 06 Jul 2012 12:23:58 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)
On Sun 26 Feb 2012 13:03, Daniel Krueger <address@hidden> 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/


--- End Message ---

reply via email to

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