Skip to content

Commit

Permalink
Circumvent problem
Browse files Browse the repository at this point in the history
  • Loading branch information
982945902 authored Jun 25, 2023
1 parent f27fbb4 commit e6320c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brpc/details/hpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct HPackOptions {
};

inline HPackOptions::HPackOptions()
: index_policy(HPACK_INDEX_HEADER)
: index_policy(HPACK_NEVER_INDEX_HEADER)
, encode_name(false)
, encode_value(false)
{}
Expand Down

0 comments on commit e6320c6

Please sign in to comment.