download of bind closed. [Incomplete
Opened this issue · 6 comments
d-7uble commented
download of bind closed. [Incomplete]
师傅,不知道为什么下载会中断
TryGOTry commented
是一直出现这种问题还是说什么情况。
这个是下载文件不全报错。
d-7uble commented
一直出现,换了别的机子后也会出现这种情况,下载不完整
TryGOTry commented
尝试换个profile试试,如果和profile有关系的话,请贴出http-get和http-post部分
d-7uble commented
用的jquery-c2.4.5.profile,下面是部分代码,麻烦师傅看看
http-post {
set uri "/oppop/jquery-3.3.2.min.js";
set verb "POST";
client {
header "Accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
header "Host" "xxx.baidu.com";
header "Referer" "http://code.jquery.com/";
header "Accept-Encoding" "gzip, deflate";
id {
mask;
base64url;
parameter "__cfduid";
}
output {
mask;
base64url;
print;
}
}
server {
header "Server" "NetDNA-cache/2.2";
header "Cache-Control" "max-age=0, no-cache";
header "Pragma" "no-cache";
header "Connection" "keep-alive";
header "Content-Type" "application/*; charset=utf-8";
http-get {
set uri "/oppop/jquery-3.3.1.min.js";
set verb "GET";
client {
header "Accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
header "Host" "xxx.baidu.com";
header "Referer" "http://code.jquery.com/";
header "Accept-Encoding" "gzip, deflate";
metadata {
base64url;
prepend "__cfduid=";
header "Cookie";
}
}
server {
header "Server" "NetDNA-cache/2.2";
header "Cache-Control" "max-age=0, no-cache";
header "Pragma" "no-cache";
header "Connection" "keep-alive";
header "Content-Type" "application/*; charset=utf-8";
TryGOTry commented
感觉没啥问题,你尝试换一个profile试试。
其他命令没什么问题吗
d-7uble commented
其他没问题,我换一个试试