From: Chris Hanson Date: Sun, 21 Sep 2008 07:35:48 +0000 (+0000) Subject: Use HTTP/1.1 now that chunked transfer coding is supported. X-Git-Tag: 20090517-FFI~133 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=aa2e1735c7c90871a055e8dc47b9848c1a609505;p=mit-scheme.git Use HTTP/1.1 now that chunked transfer coding is supported. --- diff --git a/v7/src/runtime/http-client.scm b/v7/src/runtime/http-client.scm index 2955a637d..993afc4ae 100644 --- 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))