Skip to content

Commit

Permalink
Trace grease ech enabled or not
Browse files Browse the repository at this point in the history
Summary: Traces whether or not fizz grease ECH is enabled.

Reviewed By: JunqiWang

Differential Revision: D65785595

fbshipit-source-id: 7cbd3fcde4edc46eff242ee54ed176103c0cb874
  • Loading branch information
abakiaydin authored and facebook-github-bot committed Nov 15, 2024
1 parent 675ed86 commit 0db312e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quic/fizz/client/handshake/FizzClientHandshake.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ class FizzClientHandshake : public ClientHandshake {
return state_;
}

const FizzClientQuicHandshakeContext& getFizzContext() const {
return *fizzContext_;
}

void setECHRetryCallback(fizz::client::ECHRetryCallback* cb) {
echRetryCallback_ = cb;
}
Expand Down

0 comments on commit 0db312e

Please sign in to comment.