[openssl/openssl] 9d6bd3: QUIC APL: Implement backpressure on stream creation
Hugo Landau
noreply at github.com
Fri Aug 25 13:14:12 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 9d6bd3d30f8068a5558efa0bda2db570500ff364
https://github.com/openssl/openssl/commit/9d6bd3d30f8068a5558efa0bda2db570500ff364
Author: Hugo Landau <hlandau at openssl.org>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M crypto/err/openssl.txt
M doc/man3/SSL_new_stream.pod
M include/internal/quic_channel.h
M include/internal/quic_stream_map.h
M include/openssl/ssl.h.in
M include/openssl/sslerr.h
M ssl/quic/quic_channel.c
M ssl/quic/quic_impl.c
M ssl/quic/quic_stream_map.c
M ssl/ssl_err.c
M util/other.syms
Log Message:
-----------
QUIC APL: Implement backpressure on stream creation
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21811)
Commit: 14551f1effa80a773e029d4ae6cb7657eef74bc2
https://github.com/openssl/openssl/commit/14551f1effa80a773e029d4ae6cb7657eef74bc2
Author: Hugo Landau <hlandau at openssl.org>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M test/quic_multistream_test.c
Log Message:
-----------
QUIC MULTISTREAM TEST: Test backpressure on stream creation
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21811)
Commit: 7a5f58b2cf0d7b2fa0451603a88c3976c657dae9
https://github.com/openssl/openssl/commit/7a5f58b2cf0d7b2fa0451603a88c3976c657dae9
Author: Hugo Landau <hlandau at openssl.org>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M crypto/err/openssl.txt
M include/openssl/sslerr.h
M ssl/quic/quic_impl.c
Log Message:
-----------
QUIC APL: Fix stream backpressure conditions to use non-I/O errors
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21811)
Compare: https://github.com/openssl/openssl/compare/10536b7f5b07...7a5f58b2cf0d
More information about the openssl-commits
mailing list