remove Pragma: no-cache (which is HTTP 1.0)

This commit is contained in:
Thomas Bernard 2024-06-08 22:09:46 +02:00
parent 5a5b311784
commit a54f25a9e8
1 changed files with 0 additions and 1 deletions

View File

@ -695,7 +695,6 @@ static int upnpc_build_soap_request(upnpc_device_t * p, const char * url,
"SOAPAction: \"%s#%s\"\r\n"
"Connection: close\r\n"
"Cache-Control: no-cache\r\n" /* ??? */
"Pragma: no-cache\r\n"
"\r\n"
"%s";
char hostname[MAXHOSTNAMELEN+1];