Changeset 24257 for titan/titan/sock.h
- Timestamp:
- 10/13/13 10:20:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/sock.h
r24256 r24257 792 792 { 793 793 if(gzip == -1) 794 unzipret = ounzip(buf, count, &outbuf, &outlen, MINMALLOC * 100, 1);794 unzipret = ounzip(buf, count, &outbuf, &outlen, MINMALLOC * 100, 3); 795 795 else 796 796 { 797 797 memcpy(outbuf, buf, gzip); 798 798 char* tmpoutbuf = outbuf + gzip; 799 unzipret = ounzip(buf + gzip, count - gzip, &tmpoutbuf, &outlen, MINMALLOC * 100, 1);799 unzipret = ounzip(buf + gzip, count - gzip, &tmpoutbuf, &outlen, MINMALLOC * 100, 3); 800 800 outlen += gzip; 801 801 }
Note: See TracChangeset
for help on using the changeset viewer.