mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix wolfIO_HttpBuildRequestCrl
This commit is contained in:
@ -1364,8 +1364,8 @@ int wolfIO_HttpBuildRequestCrl(const char* url, int urlSz,
|
||||
const char* domainName, byte* buf, int bufSize)
|
||||
{
|
||||
const char *cacheCtl = "Cache-Control: no-cache";
|
||||
return wolfIO_HttpBuildRequest("GET", domainName, url, urlSz, cacheCtl, 0, "",
|
||||
buf, bufSize);
|
||||
return wolfIO_HttpBuildRequest("GET", domainName, url, urlSz, 0, "",
|
||||
cacheCtl, buf, bufSize);
|
||||
}
|
||||
|
||||
int wolfIO_HttpProcessResponseCrl(WOLFSSL_CRL* crl, int sfd, byte* httpBuf,
|
||||
|
Reference in New Issue
Block a user