Use hyphens rather than underscores in user-agent string.
authorChris Hanson <org/chris-hanson/cph>
Mon, 25 Aug 2008 08:44:26 +0000 (08:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 25 Aug 2008 08:44:26 +0000 (08:44 +0000)
v7/src/runtime/http-client.scm

index 68c7fb2d86b5cac85a28ba567dad4e9454268bc2..0ca77102f79d36edc633fe697e831d10f6101dc9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: http-client.scm,v 14.4 2008/08/24 07:20:08 cph Exp $
+$Id: http-client.scm,v 14.5 2008/08/25 08:44:26 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -80,6 +80,6 @@ USA.
 
 (define (initialize-package!)
   (set! default-user-agent
-       (string-append "MIT_GNU_Scheme/"
+       (string-append "MIT-GNU-Scheme/"
                       (get-subsystem-version-string "release")))
   unspecific)
\ No newline at end of file