Changeset 24259
- Timestamp:
- 10/13/13 14:29:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/sock.h
r24257 r24259 726 726 len = strtoul(contentlen, NULL, 10); 727 727 } 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) 729 729 { 730 730 if(flag == 0) gzip = -1;
Note: See TracChangeset
for help on using the changeset viewer.