//add by wangfeng
if(get_content_length(txnp, txn_state) == false){
DEBUG_LOG("warnning. response is not include content_length, attempting to disable cache write.");
TSHttpHdrReasonSet(response, resp_hdr, "oxwangfeng",10);
TSHandleMLocRelease(response, resp_hdr, NULL);
return;
}