Branch: Tag:

1998-04-13

1998-04-13 04:36:17 by David Hedbor <david@hedbor.org>

Storing MSIE browser info in id->misc.

Rev: server/protocols/http.pike:1.93

1:   // This is a roxen module. Copyright © 1996 - 1998, Idonex AB.    - constant cvs_version = "$Id: http.pike,v 1.92 1998/04/03 19:14:16 per Exp $"; + constant cvs_version = "$Id: http.pike,v 1.93 1998/04/13 04:36:17 neotron Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
421:    /* Some of M$'s non-standard user-agent info */    case "ua-pixels": /* Screen resolution */    case "ua-color": /* Color scheme */ -  case "ua-os": /* OS-name */ +  case "ua-os": /* OS-name */    case "ua-cpu": /* CPU-type */ -  /* None of the above are interresting or useful for us */ -  /* IGNORED */ +  misc[linename - "ua-"] = contents ;    break;       case "referer":