Branch: Tag:

1996-12-05

1996-12-05 03:01:04 by Per Hedbor <ph@opera.com>

Memoryleak plugged

Rev: server/base_server/configuration.pike:1.7
Rev: server/etc/roxen_master.pike:1.8
Rev: server/protocols/http.pike:1.5

1:   // This is a roxen module. (c) Informationsvävarna AB 1996.    - string cvs_version = "$Id: http.pike,v 1.4 1996/12/01 19:18:02 per Exp $"; + string cvs_version = "$Id: http.pike,v 1.5 1996/12/05 03:01:04 per Exp $";   // HTTP protocol module.   #include <config.h>   inherit "roxenlib";
748:    if(conf)    {    conf->sent+=(file->len>0 ? file->len : 1000); + // trace(8);    conf->hsent+=strlen(head_string||""); -  + // trace(0);    }       if(method=="HEAD")