summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-22 16:59:57 +0100
committerHugo Landau <hlandau@openssl.org>2023-08-30 08:28:22 +0100
commit96fe5e5f964d44dfff8667fb3c0111a25be58c87 (patch)
treea5bcbd1732db161f17bc3fb071851d78c27ec786 /include
parenta2608e4bc430d6216bbf36f50a29278e8759103a (diff)
QUIC APL: Implement backpressure on stream creation
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21815)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/sslerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index e1eb9a5692..0a4079b5c8 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -290,7 +290,7 @@
# define SSL_R_SSL_SESSION_ID_TOO_LONG 408
# define SSL_R_SSL_SESSION_VERSION_MISMATCH 210
# define SSL_R_STILL_IN_INIT 121
-# define SSL_R_STREAM_COUNT_LIMITED 411
+# define SSL_R_STREAM_COUNT_LIMITED 395
# define SSL_R_STREAM_FINISHED 365
# define SSL_R_STREAM_RECV_ONLY 366
# define SSL_R_STREAM_RESET 375