Home
last modified time | relevance | path

Searched refs:GOAWAY (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/www/h2o-devel/h2o-dcc7134/t/
H A D40http3-shutdown.t11 # 0. set up a probe for client to emit message on GOAWAY reception
12 # 1. send SIGTERM to server to generate GOAWAY
13 # 2. upon receiving GOAWAY, tracer will emit message
14 # 3. make sure an expected string (from the GOAWAY probe) appears in the tracer log
67 # spawn bpftrace/dtrace to probe GOAWAY frame reception
80 usdt::h2o:h3_frame_receive { if (arg0 == 7) { printf("H3 GOAWAY frame received: len=%d\n", arg2); }…
88 printf("\nXXXXH3 GOAWAY frame received: len=%d\n", arg2);
106 # shutdown server, which will send SIGTERM to the server and it will then send GOAWAY to the client
116 like $trace, qr{H3 GOAWAY frame received: len=8}s; # first GOAWAY frame, stream_id=2^62-1
117 like $trace, qr{H3 GOAWAY frame received: len=1}s; # second GOAWAY frame, stream_id=last stream ID …
[all …]
H A D50too-much-headers.t51 if f.type == 'GOAWAY'
59 …like $output, qr{GOAWAY.+(closed|invalid) stream id in HEADERS frame}is, "h2get script got at GOAW…
H A D80http2-idle-timeout-for-zero-window.t52 if f.type == "GOAWAY" then
64 like $output, qr{\nGOAWAY}, "Received a GOAWAY frame";
/dports/www/libnghttp2/nghttp2-1.46.0/doc/
H A Dnghttp2_submit_shutdown_notice.rst21 function to send GOAWAY with last_stream_id (1u << 31) - 1. And
22 after some delay (e.g., 1 RTT), send another GOAWAY with the stream
27 Unlike `nghttp2_submit_goaway()`, this function just sends GOAWAY
33 If one or more GOAWAY frame have been already sent by either
H A Dnghttp2_session_terminate_session.rst20 The *error_code* is the error code of this GOAWAY frame. The
27 terminated after sending GOAWAY. If the remaining streams should
28 be processed after GOAWAY, use `nghttp2_submit_goaway()` instead.
/dports/www/nghttp2/nghttp2-1.46.0/doc/
H A Dnghttp2_submit_shutdown_notice.rst21 function to send GOAWAY with last_stream_id (1u << 31) - 1. And
22 after some delay (e.g., 1 RTT), send another GOAWAY with the stream
27 Unlike `nghttp2_submit_goaway()`, this function just sends GOAWAY
33 If one or more GOAWAY frame have been already sent by either
H A Dnghttp2_session_terminate_session.rst20 The *error_code* is the error code of this GOAWAY frame. The
27 terminated after sending GOAWAY. If the remaining streams should
28 be processed after GOAWAY, use `nghttp2_submit_goaway()` instead.
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/unused/src/
H A Dmpe_counter.c22 #define GOAWAY 1 macro
63 else if (status.MPI_TAG == GOAWAY) {
86 MPI_Send(NULL, 0, MPI_INT, numprocs-1, GOAWAY, *counter_comm);
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/h2/gold/
H A Dnghttp_1_stdout.gold4 [``] recv GOAWAY frame <length=8, flags=0x00, stream_id=0>
7 [``] recv GOAWAY frame <length=8, flags=0x00, stream_id=0>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/http2/decoder/payload_decoders/
H A Dgoaway_payload_decoder_test.cc28 static constexpr Http2FrameType FrameType() { return Http2FrameType::GOAWAY; } in FrameType()
100 Http2FrameHeader header(fb.size(), Http2FrameType::GOAWAY, RandFlags(), in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/decoder/payload_decoders/
H A Dgoaway_payload_decoder_test.cc28 static constexpr Http2FrameType FrameType() { return Http2FrameType::GOAWAY; } in FrameType()
100 Http2FrameHeader header(fb.size(), Http2FrameType::GOAWAY, RandFlags(), in TEST_P()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/h2-0.2.4/
H A DCHANGELOG.md8 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
46 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
59 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
140 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/h2/
H A DCHANGELOG.md4 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
42 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
55 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
136 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Da02001.vtc20 # GOAWAY
75 # GOAWAY
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/h2-0.2.7/
H A DCHANGELOG.md22 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
60 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
73 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
154 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/h2-0.2.7/
H A DCHANGELOG.md22 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
60 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
73 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
154 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/www/firefox/firefox-99.0/third_party/rust/h2/
H A DCHANGELOG.md12 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
50 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
63 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
144 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/net/proby/proby-1.0.2/cargo-crates/h2-0.2.6/
H A DCHANGELOG.md16 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
54 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
67 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
148 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/h2-0.2.5/
H A DCHANGELOG.md12 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
50 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
63 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
144 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/h2/
H A DCHANGELOG.md12 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
50 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
63 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
144 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/h2-0.2.7/
H A DCHANGELOG.md22 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
60 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
73 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
154 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/net-im/fractal/fractal-4.4.0/vendor/h2/
H A DCHANGELOG.md16 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
54 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
67 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
148 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/h2/
H A DCHANGELOG.md12 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
50 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
63 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
144 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/h2-0.2.6/
H A DCHANGELOG.md16 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
54 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
67 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
148 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/h2-0.2.6/
H A DCHANGELOG.md16 * Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
54 * Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
67 * Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#…
148 * Fix the `last_stream_id` sent during graceful GOAWAY (#254).

12345678910>>...21