Changeset 24270 for titan/titan/sock.h


Ignore:
Timestamp:
10/13/13 15:12:32 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/sock.h

    r24268 r24270  
    726726                len = strtoul(contentlen, NULL, 10);
    727727        }
    728        
     728
     729        debug(99, "-----------------------------------------------------------------");
    729730        debug(99, "header: %s", tmpbuf);
     731        debug(99, "-----------------------------------------------------------------");
    730732       
    731733        if(filename == NULL && (flag == 0 || flag == 1) && ostrstr(tmpbuf, "gzip") != NULL)
Note: See TracChangeset for help on using the changeset viewer.