diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-09-25 14:04:43 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-09-25 14:04:43 +0100 |
| commit | 35f503c642e9dd127a2b989e4e12a10691cba3d4 (patch) | |
| tree | acb0a1b5b1d3f242345b5e99d807bfd53ae99fbe /appl/svc/httpd/httpd.b | |
| parent | 9d79870ef4c3926878bf998c10a08c308dc3bd74 (diff) | |
20100925-1403
Diffstat (limited to 'appl/svc/httpd/httpd.b')
| -rw-r--r-- | appl/svc/httpd/httpd.b | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appl/svc/httpd/httpd.b b/appl/svc/httpd/httpd.b index e8cf84ea..db570a74 100644 --- a/appl/svc/httpd/httpd.b +++ b/appl/svc/httpd/httpd.b @@ -212,7 +212,6 @@ service_req(nc : Sys->Connection) g.dbg_log=dbg_log; g.logfile = logfile; g.modtime=0; - g.entity = parser->initarray(); g.mydomain = my_domain; g.version = "HTTP/1.0"; g.cache = cache; @@ -715,7 +714,7 @@ getendpoint(dir, file: string): (string, string) getendpoints(dir: string): string { - (lsys, lserv) := getendpoint(dir, "local"); - (rsys, rserv) := getendpoint(dir, "remote"); +# (lsys, lserv) := getendpoint(dir, "local"); + (rsys, nil) := getendpoint(dir, "remote"); return rsys; } |
