Skip to content

Commit 5fde5cc

Browse files
authored
Update easy.cpp
1 parent 56c02da commit 5fde5cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/easy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ int main() {
1414
// Add some options.
1515
easy.add<CURLOPT_URL>("http://www.google.it");
1616
easy.add<CURLOPT_FOLLOWLOCATION>(1L);
17-
easy.add<CURLOPT_HTTP_VERSION>(2);
1817
try {
1918
// Execute the request.
2019
easy.perform();

0 commit comments

Comments
 (0)