~ubuntu-branches/ubuntu/feisty/lighttpd/feisty

« back to all changes in this revision

Viewing changes to src/mod_scgi.c

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2006-01-16 20:06:39 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060116200639-nejjwyvlkgjhzasa
Tags: upstream-1.4.9
ImportĀ upstreamĀ versionĀ 1.4.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
2677
2677
        /* Possibly, we processed already this request */
2678
2678
        if (con->file_started == 1) return HANDLER_GO_ON;
2679
2679
        
2680
 
        fn = con->uri.path;
 
2680
        fn = uri_path_handler ? con->uri.path : con->physical.path;
2681
2681
 
2682
2682
        if (fn->used == 0) {
2683
2683
                return HANDLER_ERROR;