Changeset 24287 for titan/titan/sock.h
- Timestamp:
- 10/13/13 22:07:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/sock.h
r24286 r24287 764 764 else if(flag == 1) gzip = headerlen; 765 765 } 766 if( strstr(tmpbuf, "Transfer-Encoding: chunked") != NULL)766 if(ostrstr(tmpbuf, "Transfer-Encoding: chunked") != NULL) 767 767 { 768 768 chunked = 1; … … 770 770 if(chunkedlen > MINMALLOC) chunked = 0; 771 771 } 772 773 772 774 773 if(flag == 0) headerlen = 0;
Note: See TracChangeset
for help on using the changeset viewer.