Changeset 64 in cheroxy for trunk/src/CRXProxy.cpp


Ignore:
Timestamp:
04/11/13 18:31:04 (11 years ago)
Author:
cheese
Message:

#1 add response code handling on response code == 304 (not modified)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CRXProxy.cpp

    r61 r64  
    175175                mHttpResponse.SetHeader (aHttpHeader.c_str ());
    176176                aRemainHeader = false;
     177
     178                if (mHttpResponse.GetStatusCode () == 304)  break;
    177179            }
    178180        }
Note: See TracChangeset for help on using the changeset viewer.