Diff for /Amaya/amaya/query.c between versions 1.295 and 1.296

version 1.295, 2002/04/19 09:21:26 version 1.296, 2002/04/24 14:46:39
Line 2226  static void AHTProfile_newAmaya (char *A Line 2226  static void AHTProfile_newAmaya (char *A
    HTTransferEncoderInit (transfer_encodings);     HTTransferEncoderInit (transfer_encodings);
    HTFormat_setTransferCoding (transfer_encodings);     HTFormat_setTransferCoding (transfer_encodings);
    /* Register the default set of content encoders and decoders */     /* Register the default set of content encoders and decoders */
    HTContentEncoderInit (content_encodings);     /* commented because we don't know yet how to handle deflate in the content enconding */
      /* HTContentEncoderInit (content_encodings); */
      HTCoding_add (content_encodings, "gzip", NULL, HTIdentityCoding, 1.0);
    /* ignore all other encoding formats (or libwww will send them      /* ignore all other encoding formats (or libwww will send them 
       thru a blackhole otherwise */        thru a blackhole otherwise */
    HTCoding_add (content_encodings, "*", NULL, HTIdentityCoding, 1.0);     HTCoding_add (content_encodings, "*", NULL, HTIdentityCoding, 1.0);

Removed from v.1.295  
changed lines
  Added in v.1.296


Webmaster