We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c02da commit 5fde5ccCopy full SHA for 5fde5cc
test/easy.cpp
@@ -14,7 +14,6 @@ int main() {
14
// Add some options.
15
easy.add<CURLOPT_URL>("http://www.google.it");
16
easy.add<CURLOPT_FOLLOWLOCATION>(1L);
17
- easy.add<CURLOPT_HTTP_VERSION>(2);
18
try {
19
// Execute the request.
20
easy.perform();
0 commit comments