Skip to content

Commit a54f25a

Browse files
committed
remove Pragma: no-cache (which is HTTP 1.0)
1 parent 5a5b311 commit a54f25a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

miniupnpc-async/miniupnpc-async.c

-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ static int upnpc_build_soap_request(upnpc_device_t * p, const char * url,
695695
"SOAPAction: \"%s#%s\"\r\n"
696696
"Connection: close\r\n"
697697
"Cache-Control: no-cache\r\n" /* ??? */
698-
"Pragma: no-cache\r\n"
699698
"\r\n"
700699
"%s";
701700
char hostname[MAXHOSTNAMELEN+1];

0 commit comments

Comments
 (0)