remove Pragma: no-cache which is HTTP 1.0 only

This commit is contained in:
Thomas Bernard 2024-06-05 01:49:55 +02:00
parent c4bd33b409
commit 70f253be54
1 changed files with 0 additions and 1 deletions

View File

@ -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))