aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2020-01-10 21:41:55 +0000
committerng0 <ng0@n0.is>2020-01-10 21:41:55 +0000
commit69758416170305e04324a85bfe74cd62673e298b (patch)
tree919c48ebc22eb1f92de19db98c0ac34537c51de0 /include
parent71b588320daebd4e50603602c311bbed97755e27 (diff)
parent2cfac302fbeec68f1727cba3d1705e16f02220ad (diff)
downloadgnurl-69758416170305e04324a85bfe74cd62673e298b.tar.gz
gnurl-69758416170305e04324a85bfe74cd62673e298b.tar.bz2
gnurl-69758416170305e04324a85bfe74cd62673e298b.zip
Merge tag 'curl-7_68_0'
7.68.0
Diffstat (limited to 'include')
-rw-r--r--include/gnurl/multi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/gnurl/multi.h b/include/gnurl/multi.h
index 3521d85bf..0fcf734d4 100644
--- a/include/gnurl/multi.h
+++ b/include/gnurl/multi.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -461,9 +461,6 @@ typedef int (*curl_push_callback)(CURL *parent,
struct curl_pushheaders *headers,
void *userp);
-/* value for MAXIMUM CONCURRENT STREAMS upper limit */
-#define INITIAL_MAX_CONCURRENT_STREAMS ((1U << 31) - 1)
-
#ifdef __cplusplus
} /* end of extern "C" */
#endif