Changeset 24259


Ignore:
Timestamp:
10/13/13 14:29:03 (9 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/sock.h

    r24257 r24259  
    726726                len = strtoul(contentlen, NULL, 10);
    727727        }
    728         if(filename == NULL && (flag == 0 || flag == 1) && ostrstr(tmpbuf, "Content-Type: application/x-gzip") != NULL)
     728        if(filename == NULL && (flag == 0 || flag == 1) && ostrstr(tmpbuf, "gzip") != NULL)
    729729        {
    730730                if(flag == 0) gzip = -1;
Note: See TracChangeset for help on using the changeset viewer.