Branch: Tag:

2000-08-20

2000-08-20 03:12:08 by Per Hedbor <ph@opera.com>

Now proxies work again

Rev: server/config_interface/standard/sites/site_templates/proxy.pike:1.1
Rev: server/protocols/http.pike:1.252

2:   // Modified by Francesco Chemolli to add throttling capabilities.   // Copyright © 1996 - 2000, Roxen IS.    - constant cvs_version = "$Id: http.pike,v 1.251 2000/08/20 03:02:01 per Exp $"; + constant cvs_version = "$Id: http.pike,v 1.252 2000/08/20 03:12:08 per Exp $";   // #define REQUEST_DEBUG   #define MAGIC_ERROR   
1919:    call_out( handle_request, file->try_again_later );    return;    } +  if( file && file->pipe ) +  return;    send_result();   }