我查说是服务端有类似流控的机制,然后我调慢发送间隔还是不行,我该如何破?请各位指点建议和指导
我的http header
"POST /AccessPort137/ HTTP/1.1\r\n"
"Host: %s:%d\r\n"
"Connection: keep-alive\r\n"
"Content-Type: multipart/form-data; boundary=%s\r\n"
"Content-Length: %d\r\n\r\n"
"--%s\r\n"
"Content-Disposition: form-data; name=\"file\"; filename=\"%s\"\r\n"
"Content-Type: application/octet-stream;chartset=UTF-8\r\n\r\n";