Branch: Tag:

1997-09-03

1997-09-03 12:11:15 by Per Hedbor <ph@opera.com>

Experimental threaded accept handling (not working. :-) and gtext bugfixes

Rev: server/base_server/config/low_describers.pike:1.16
Rev: server/base_server/roxen.pike:1.122
Rev: server/modules/graphics/graphic_text.pike:1.64
Rev: server/modules/scripting/pikescript.pike:1.14
Rev: server/protocols/http.pike:1.40

1:   // This is a roxen module. (c) Informationsvävarna AB 1996.    - constant cvs_version = "$Id: http.pike,v 1.39 1997/08/31 21:51:53 per Exp $"; + constant cvs_version = "$Id: http.pike,v 1.40 1997/09/03 12:11:15 per Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
310:   #endif       f = scan_for_query( f ); -  f = http_decode_string( f ); + // f = http_decode_string( f );       if (sscanf(f, "/<%s>%s", a, f))    {
321:    if (sscanf(f, "/(%s)%s", a, f) && strlen(a))    prestate = aggregate_multiset(@(a/","-({""})));    -  not_query = f; +  not_query = http_decode_string(simplify_path(f));       if(strlen(s))    {
604: Inside #if defined(DEBUG)
   perror("Unique ID: "+cookies->RoxenUserID+"\n");   #endif   #endif -  not_query = simplify_path(not_query); +     return 1; // Done.   }