Skip to content

Commit

Permalink
remove QuicVersion::QUIC_DRAFT
Browse files Browse the repository at this point in the history
Summary: - as title, deprecate QuicVersion::QUIC_DRAFT

Reviewed By: jbeshay

Differential Revision: D50466992

fbshipit-source-id: 2b2776d142142bc07fd27053a68dd635959a7f31
  • Loading branch information
hanidamlaj authored and facebook-github-bot committed Nov 10, 2023
1 parent a38482b commit 2c9db8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proxygen/httpserver/samples/hq/HQParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ struct HQBaseParams {
quic::QuicVersion::MVFST,
quic::QuicVersion::MVFST_EXPERIMENTAL,
quic::QuicVersion::QUIC_V1,
quic::QuicVersion::QUIC_V1_ALIAS,
quic::QuicVersion::QUIC_DRAFT};
quic::QuicVersion::QUIC_V1_ALIAS};
std::vector<std::string> supportedAlpns{proxygen::kH3,
proxygen::kHQ,
proxygen::kH3FBCurrentDraft,
Expand Down

0 comments on commit 2c9db8e

Please sign in to comment.