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 c81a573 commit 3fb0753Copy full SHA for 3fb0753
src/Elasticsearch.Net/Connection/HttpConnection.cs
@@ -3,6 +3,7 @@
3
using System.IO.Compression;
4
using System.Net;
5
using System.Text;
6
+using System.Threading;
7
using System.Threading.Tasks;
8
9
// ReSharper disable VirtualMemberNeverOverriden.Global
0 commit comments