Diff for /Amaya/amaya/query.c between versions 1.102 and 1.103

version 1.102, 1998/02/19 10:01:51 version 1.103, 1998/03/05 14:38:11
Line 980  HTList             *c; Line 980  HTList             *c;
     */      */
    HTConversion_add (c, "text/x-http", "*/*", HTTPStatus_new,     HTConversion_add (c, "text/x-http", "*/*", HTTPStatus_new,
                      1.0, 0.0, 0.0);                       1.0, 0.0, 0.0);
    HTConversion_add (c, "text/x-nntp-list", "*/*", HTNewsList,  
                      1.0, 0.0, 0.0);  
    HTConversion_add (c, "text/x-nntp-over", "*/*", HTNewsGroup,  
                      1.0, 0.0, 0.0);  
   
   
    /*     /*
     ** We also register a special content type guess stream that can figure out      ** We also register a special content type guess stream that can figure out
Line 1027  static void         AHTProtocolInit (voi Line 1022  static void         AHTProtocolInit (voi
    HTProtocol_add ("http", "buffered_tcp", NO, HTLoadHTTP, NULL);     HTProtocol_add ("http", "buffered_tcp", NO, HTLoadHTTP, NULL);
    /*   HTProtocol_add ("http", "tcp", NO, HTLoadHTTP, NULL); */     /*   HTProtocol_add ("http", "tcp", NO, HTLoadHTTP, NULL); */
    HTProtocol_add ("file", "local", NO, HTLoadFile, NULL);     HTProtocol_add ("file", "local", NO, HTLoadFile, NULL);
    /*HTProtocol_add ("cache", "local", NO, HTLoadCache, NULL); */  
    HTProtocol_add ("ftp", "tcp", NO, HTLoadFTP, NULL);  
 #if 0 /* experimental code */  #if 0 /* experimental code */
      HTProtocol_add ("cache", "local", NO, HTLoadCache, NULL);
      HTProtocol_add ("ftp", "tcp", NO, HTLoadFTP, NULL);
    HTProtocol_add ("telnet", "", YES, HTLoadTelnet, NULL);     HTProtocol_add ("telnet", "", YES, HTLoadTelnet, NULL);
    HTProtocol_add ("tn3270", "", YES, HTLoadTelnet, NULL);     HTProtocol_add ("tn3270", "", YES, HTLoadTelnet, NULL);
    HTProtocol_add ("rlogin", "", YES, HTLoadTelnet, NULL);     HTProtocol_add ("rlogin", "", YES, HTLoadTelnet, NULL);

Removed from v.1.102  
changed lines
  Added in v.1.103


Webmaster