为什么一定要保证`proxyhost!=NULL` ``` if(force_reload && proxyhost!=NULL) { strcat(request,"Pragma: no-cache\r\n"); } ```