remove Pragma: no-cache (which is HTTP 1.0)
This commit is contained in:
parent
5a5b311784
commit
a54f25a9e8
|
@ -695,7 +695,6 @@ static int upnpc_build_soap_request(upnpc_device_t * p, const char * url,
|
||||||
"SOAPAction: \"%s#%s\"\r\n"
|
"SOAPAction: \"%s#%s\"\r\n"
|
||||||
"Connection: close\r\n"
|
"Connection: close\r\n"
|
||||||
"Cache-Control: no-cache\r\n" /* ??? */
|
"Cache-Control: no-cache\r\n" /* ??? */
|
||||||
"Pragma: no-cache\r\n"
|
|
||||||
"\r\n"
|
"\r\n"
|
||||||
"%s";
|
"%s";
|
||||||
char hostname[MAXHOSTNAMELEN+1];
|
char hostname[MAXHOSTNAMELEN+1];
|
||||||
|
|
Loading…
Reference in New Issue