Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
89be37a5
Commit
89be37a5
authored
11 years ago
by
Ludovic Courtès
Browse files
Options
Downloads
Patches
Plain Diff
web: Add workaround for <
http://bugs.gnu.org/13095
>.
* guix/web.scm: Add workaround for <
http://bugs.gnu.org/13095
>.
parent
61ef22f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guix/web.scm
+4
-0
4 additions, 0 deletions
guix/web.scm
with
4 additions
and
0 deletions
guix/web.scm
+
4
−
0
View file @
89be37a5
...
@@ -136,6 +136,10 @@ (define bad-response
...
@@ -136,6 +136,10 @@ (define bad-response
(
module-set!
(
resolve-module
'
(
web
response
))
(
module-set!
(
resolve-module
'
(
web
response
))
'read-response-body
read-response-body*
)))
'read-response-body
read-response-body*
)))
;; XXX: Work around <http://bugs.gnu.org/13095>, present in Guile
;; up to 2.0.7.
(
module-define!
(
resolve-module
'
(
web
client
))
'shutdown
(
const
#f
))
(
define*
(
http-fetch
uri
#
:key
(
text?
#f
))
(
define*
(
http-fetch
uri
#
:key
(
text?
#f
))
"Return an input port containing the data at URI, and the expected number of
"Return an input port containing the data at URI, and the expected number of
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment