From c124e6b3c04bfd254e24312bc66c2bc9db919442 Mon Sep 17 00:00:00 2001 From: Kunal Ekawde Date: Tue, 24 Sep 2019 08:56:11 -0400 Subject: CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt Closes #4410 --- lib/multihandle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/multihandle.h') diff --git a/lib/multihandle.h b/lib/multihandle.h index 279379ae0..b65bd9638 100644 --- a/lib/multihandle.h +++ b/lib/multihandle.h @@ -133,6 +133,7 @@ struct Curl_multi { struct curltime timer_lastcall; /* the fixed time for the timeout for the previous callback */ bool in_callback; /* true while executing a callback */ + long max_concurrent_streams; /* max concurrent streams client to support */ }; #endif /* HEADER_CURL_MULTIHANDLE_H */ -- cgit v1.2.1