Branch: Tag:

1997-05-20

1997-05-20 10:48:38 by Per Hedbor <ph@opera.com>

Some small fixes

Rev: server/etc/extensions:1.6
Rev: server/modules/proxies/proxy.pike:1.20
Rev: server/modules/scripting/pikescript.pike:1.12
Rev: server/modules/tags/htmlparse.pike:1.32
Rev: server/protocols/http.pike:1.27

1:   // This is a roxen module. (c) Informationsvävarna AB 1996.    - string cvs_version = "$Id: http.pike,v 1.26 1997/05/15 23:30:45 neotron Exp $"; + string cvs_version = "$Id: http.pike,v 1.27 1997/05/20 10:48:38 per Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
298:       if(method == "POST")    { +  if(!data) data="";    int l = (int)(contents-" ")-1; /* Length - 1 */    wanted_data=l;    have_data=strlen(data);