git: 9front

Download patch

ref: d091e9f0123b86ddabfd76d3637f49486b0b16df
parent: bd8f3e0d856c36f2391f38ad4044b89f0fc49926
author: cinap_lenrek <cinap_lenrek@rei2.9hal>
date: Fri Feb 10 18:20:30 EST 2012

webfs: hjdicks

--- a/sys/src/cmd/webfs/fs.c
+++ b/sys/src/cmd/webfs/fs.c
@@ -399,7 +399,7 @@
 			if(!lookkey(cl->hdr, "Connection"))
 				cl->hdr = addkey(cl->hdr, "Connection", "keep-alive");
 			if(!lookkey(cl->hdr, "User-Agent"))
-				cl->hdr = addkey(cl->hdr, "User-Agent", "webfs/0.1 (Plan 9 Front)");
+				cl->hdr = addkey(cl->hdr, "User-Agent", "hjdicks");
 			http(m, cl->url, cl->hdr, cl->qbody, f->buq);
 			cl->request[0] = 0;
 			cl->url = nil;
--