Commit 44c89b28 authored by Renjie Tang's avatar Renjie Tang Committed by Commit Bot

Enable coalescing stream frames in QuicStreamFactoryFuzzer.

Hope the fuzzer will be able to crash and give out helpful stack trace.

Change-Id: Ie9a42b465eb966c10d52e4e263ed331a227d3e0a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900261Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
Commit-Queue: Renjie Tang <renjietang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712801}
parent bcb6a673
......@@ -143,6 +143,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
&env->clock, params);
SetQuicReloadableFlag(quic_supports_tls_handshake, true);
SetQuicReloadableFlag(quic_coalesce_stream_frames, true);
QuicStreamRequest request(factory.get());
TestCompletionCallback callback;
NetErrorDetails net_error_details;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment