Skip to content
Snippets Groups Projects
Commit 1c63dafc authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

http-client: Fix erroneous comment.

* guix/http-client.scm: Fix Guile version number in comment for Guile
commit 5a10e41.
parent c7b08410
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2012, 2015 Free Software Foundation, Inc. ;;; Copyright © 2012, 2015 Free Software Foundation, Inc.
;;; ;;;
...@@ -191,7 +191,7 @@ (define close ...@@ -191,7 +191,7 @@ (define close
(unless (guile-version>? "2.0.11") (unless (guile-version>? "2.0.11")
;; Guile <= 2.0.9 had a bug whereby 'response-body-port' would read more ;; Guile <= 2.0.9 had a bug whereby 'response-body-port' would read more
;; than what 'content-length' says. See Guile commit 802a25b. ;; than what 'content-length' says. See Guile commit 802a25b.
;; Guile <= 2.0.12 had a bug whereby the 'close' method of the response ;; Guile <= 2.0.11 had a bug whereby the 'close' method of the response
;; body port would fail with wrong-arg-num. See Guile commit 5a10e41. ;; body port would fail with wrong-arg-num. See Guile commit 5a10e41.
(module-set! (resolve-module '(web response)) (module-set! (resolve-module '(web response))
'make-delimited-input-port make-delimited-input-port))) 'make-delimited-input-port make-delimited-input-port)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment