Skip to content

Commit

Permalink
Cleanup ech policy from client context
Browse files Browse the repository at this point in the history
Summary: ECH policy on fizz client context is not used.

Reviewed By: rnandan08, mingtaoy

Differential Revision: D66400299

fbshipit-source-id: 84513859128aa337e2f73b2482124068886f2bf3
  • Loading branch information
abakiaydin authored and facebook-github-bot committed Dec 6, 2024
1 parent f583c54 commit 590fb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quic/fizz/client/handshake/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mvfst_cpp_library(
],
deps = [
"//fizz/client:early_data_rejection",
"//fizz/client:ech_policy",
"//fizz/protocol:exporter",
"//fizz/protocol:protocol",
"//quic/codec:pktbuilder",
Expand All @@ -25,6 +24,7 @@ mvfst_cpp_library(
"//fizz/client:actions",
"//fizz/client:async_fizz_client",
"//fizz/client:client_extensions",
"//fizz/client:ech_policy",
"//fizz/client:fizz_client_context",
"//fizz/client:protocol",
"//fizz/protocol:default_certificate_verifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#pragma once

#include <fizz/client/AsyncFizzClient.h>
#include <fizz/client/ECHPolicy.h>
#include <quic/client/handshake/ClientHandshakeFactory.h>

#include <quic/fizz/client/handshake/QuicPskCache.h>
Expand Down

0 comments on commit 590fb16

Please sign in to comment.