mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +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* domainName, byte* buf, int bufSize)
|
||||||
{
|
{
|
||||||
const char *cacheCtl = "Cache-Control: no-cache";
|
const char *cacheCtl = "Cache-Control: no-cache";
|
||||||
return wolfIO_HttpBuildRequest("GET", domainName, url, urlSz, cacheCtl, 0, "",
|
return wolfIO_HttpBuildRequest("GET", domainName, url, urlSz, 0, "",
|
||||||
buf, bufSize);
|
cacheCtl, buf, bufSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
int wolfIO_HttpProcessResponseCrl(WOLFSSL_CRL* crl, int sfd, byte* httpBuf,
|
int wolfIO_HttpProcessResponseCrl(WOLFSSL_CRL* crl, int sfd, byte* httpBuf,
|
||||||
|
Reference in New Issue
Block a user