mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Replaced HAVE_LIBZ with HAVE_ZLIB
This commit is contained in:
parent
5b62fa9ab1
commit
7230fbd2f7
13 changed files with 41 additions and 41 deletions
|
@ -795,9 +795,9 @@ void HttpRequestTest::testEnableAcceptEncoding()
|
|||
httpRequest.setAuthConfigFactory(authConfigFactory_, option_.get());
|
||||
|
||||
std::string acceptEncodings;
|
||||
#ifdef HAVE_LIBZ
|
||||
#ifdef HAVE_ZLIB
|
||||
acceptEncodings += "deflate, gzip";
|
||||
#endif // HAVE_LIBZ
|
||||
#endif // HAVE_ZLIB
|
||||
|
||||
std::string expectedTextHead =
|
||||
"GET /archives/aria2-1.0.0.tar.bz2 HTTP/1.1\r\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue