projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ccebf5
)
Use HTTP/1.1 now that chunked transfer coding is supported.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 21 Sep 2008 07:35:48 +0000
(07:35 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 21 Sep 2008 07:35:48 +0000
(07:35 +0000)
v7/src/runtime/http-client.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/http-client.scm
b/v7/src/runtime/http-client.scm
index 2955a637d0d7cc9dbb9718da920c031b52a03161..993afc4aefbcb7cf9c4972092e378883379eeb9d 100644
(file)
--- a/
v7/src/runtime/http-client.scm
+++ b/
v7/src/runtime/http-client.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: http-client.scm,v 14.
8 2008/09/17 06:31:45
cph Exp $
+$Id: http-client.scm,v 14.
9 2008/09/21 07:35:48
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-58,7
+58,7
@@
USA.
(uri-path uri)
(uri-query uri)
(uri-fragment uri))
- http-version:1.
0
+ http-version:1.
1
(add-default-headers headers (uri-authority uri))
body))