Mercurial > urweb
comparison src/c/request.c @ 1415:e65082d76d26
Only announce URI serving in standalone HTTP server (grandfathered into release!)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 23 Jan 2011 15:34:06 -0500 |
parents | 64724ef86149 |
children | d0786ff9bb22 |
comparison
equal
deleted
inserted
replaced
1414:8c017e9e410e | 1415:e65082d76d26 |
---|---|
412 } | 412 } |
413 } | 413 } |
414 } | 414 } |
415 } | 415 } |
416 | 416 |
417 log_debug(logger_data, "Serving URI %s....\n", path); | |
418 | |
419 while (1) { | 417 while (1) { |
420 uw_setQueryString(ctx, rc->queryString); | 418 uw_setQueryString(ctx, rc->queryString); |
421 | 419 |
422 if (!had_error) { | 420 if (!had_error) { |
423 size_t path_len = strlen(path); | 421 size_t path_len = strlen(path); |