Skip to content

Commit

Permalink
feat server: experimental_new_io flag add as deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <[email protected]>
  • Loading branch information
adiholden committed Nov 13, 2024
1 parent 4bc9ad6 commit e5a01eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/facade/conn_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include "facade/dragonfly_connection.h"
#include "facade/reply_builder.h"

ABSL_FLAG(bool, experimental_new_io, true, "the flag is deprecated");

namespace facade {

ConnectionContext::ConnectionContext(Connection* owner) : owner_(owner) {
Expand Down

0 comments on commit e5a01eb

Please sign in to comment.