http client: stop hardcoding Accept header, and use a default value if one is passed in 👭

This commit is contained in:
Benjamin Sergeant
2019-06-03 14:02:54 -07:00
parent 1e2a5ee21d
commit 6b933391e5
2 changed files with 13 additions and 2 deletions

View File

@ -64,7 +64,7 @@ TEST_CASE("http client", "[http]")
}
#if defined(IXWEBSOCKET_USE_TLS)
SECTION("Connect to a remote HTTP server")
SECTION("Connect to a remote HTTPS server")
{
std::string url("https://httpbin.org/");