Merge branch 'karpi' of https://github.com/cgyarvin/urbit-1 into test

This commit is contained in:
Anton Dyudin 2015-10-21 10:45:13 -07:00
commit 1907115878

View File

@ -1054,7 +1054,7 @@ _http_start(u3_http* htp_u)
uL(fprintf(uH, "http: listen: %s\n", uv_strerror(ret)));
}
}
#if 0
#if 1
uL(fprintf(uH, "http: live (%s) on %d\n",
(c3y == htp_u->sec) ? "\"secure\"" : "insecure",
htp_u->por_w));