/[hydra]/hydra/src/hic.c
ViewVC logotype

Diff of /hydra/src/hic.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by nmav, Sun Oct 27 10:46:19 2002 UTC revision 1.16 by nmav, Wed Jan 22 07:51:50 2003 UTC
# Line 114  static int process_hic_request(hic_param Line 114  static int process_hic_request(hic_param
114    
115     hst->request(cmd);     hst->request(cmd);
116     close(cmd->out_fd);     close(cmd->out_fd);
    free( req);  
117    
118  /*  /*
119     log_error_time();     log_error_time();
120     fprintf(stderr, "HIC status: %d wrote: %d\n", cmd->status, cmd->bytes_sent);     fprintf(stderr, "HIC status: %d wrote: %d\n", cmd->status, cmd->bytes_sent);
121   */  */
122    
123       free( req);
124    
125     return 0;     return 0;
126  }  }
# Line 163  int hic_send_command(request * req, int Line 164  int hic_send_command(request * req, int
164    
165     x->next = x->prev = NULL;     x->next = x->prev = NULL;
166     x->command.cgi_env = req->cgi_env;     x->command.cgi_env = req->cgi_env;
167     x->command.one_one = 0;     x->command.http_version = req->http_version;
168     x->command.post_data_fd = req->post_data_fd.fds[0];     x->command.post_data_fd = req->post_data_fd.fds[0];
169     x->command.out_fd = out_fd;     x->command.out_fd = out_fd;
170     x->command.path_translated = req->path_translated;     x->command.path_translated = req->path_translated;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26