git: 9front

Download patch

ref: 7291f87568b953b34e49b3517cdc0ad39ec2e6dc
parent: 64b56c8835d915f7a16087ec6e9ea6af97b9dadb
parent: e8eddf06bdcc1decbe6be65495cc7056d5d4120c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Sep 18 22:30:39 EDT 2016

merge

--- a/sys/src/cmd/webfs/http.c
+++ b/sys/src/cmd/webfs/http.c
@@ -645,7 +645,7 @@
 		}
 		if(h == nil){
 			alarm(timeout);
-			if((h = hdial(u, qpost!=nil)) == nil)
+			if((h = hdial(u, qpost==nil)) == nil)
 				break;
 		}
 		if(h->tunnel){
--