[SBI] Remove Accept-Encoding in HTTP client

This commit is contained in:
Sukchan Lee 2022-02-12 14:40:48 +09:00
parent 900e888dc1
commit ffcd92c2f3
1 changed files with 2 additions and 0 deletions

View File

@ -98,7 +98,9 @@ static int ogs_sbi_context_prepare(void)
{
self.sbi_port = OGS_SBI_HTTP_PORT;
#if ENABLE_ACCEPT_ENCODING
self.content_encoding = "gzip";
#endif
return OGS_OK;
}