Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 24, 2024
2 parents b752170 + 99bc96b commit 41bcb12
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 3 deletions.
189 changes: 189 additions & 0 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "absl/random/bit_gen_ref.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "chaotic_good_server.h"

#include <grpc/event_engine/event_engine.h>
#include <grpc/grpc.h>
Expand Down Expand Up @@ -203,7 +202,7 @@ auto ChaoticGoodServerListener::ActiveConnection::HandshakingState::
return TrySeq(
self->connection_->endpoint_.Read(
frame_header->GetFrameLength()),
[frame_header = std::move(*frame_header),
[frame_header = *frame_header,
self](SliceBuffer buffer) -> absl::StatusOr<bool> {
// Read Setting frame.
SettingsFrame frame;
Expand Down
2 changes: 1 addition & 1 deletion test/core/end2end/fuzzers/server_fuzzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ void RunServerFuzzer(

} // namespace grpc_core

#endif
#endif // GRPC_TEST_CORE_END2END_FUZZERS_SERVER_FUZZER_H
Loading

0 comments on commit 41bcb12

Please sign in to comment.