remove Pragma: no-cache which is HTTP 1.0 only
This commit is contained in:
parent
c4bd33b409
commit
70f253be54
|
@ -100,7 +100,6 @@ int soapPostSubmit(SOCKET fd,
|
|||
"SOAPAction: \"%s\"\r\n"
|
||||
"Connection: close\r\n"
|
||||
"Cache-Control: no-cache\r\n" /* ??? */
|
||||
"Pragma: no-cache\r\n"
|
||||
"\r\n",
|
||||
url, httpversion, host, portstr, bodysize, action);
|
||||
if ((unsigned int)headerssize >= sizeof(headerbuf))
|
||||
|
|
Loading…
Reference in New Issue