git: 9front

Download patch

ref: 0c7ffca3fb30145aadbd17236017ac6579966871
parent: 2ac7c95af561616ca667fe3ab6d0c1f5450d62b0
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Thu Jun 28 13:56:19 EDT 2012

webfs: fix mistake

--- a/sys/src/cmd/webfs/fs.c
+++ b/sys/src/cmd/webfs/fs.c
@@ -400,7 +400,7 @@
 
 			/*
 			 * some sites give a 403 Forbidden if we dont include
-			 * a meaningless Accept: */* header in the request.
+			 * a meaningless Accept header in the request.
 			 */
 			if(!lookkey(cl->hdr, "Accept"))
 				cl->hdr = addkey(cl->hdr, "Accept", "*/*");
--