Skip to content

Commit

Permalink
Update ConfigEntry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Nov 19, 2024
1 parent 8abc402 commit e3435eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public void takeEditAction(int toolFlag, boolean messageIsRequest, IHttpRequestR
switch (type) {
case Action_Add_Or_Replace_Header:
case Action_If_Base_URL_Matches_Add_Or_Replace_Header:
getter.addOrUpdateHeader(true, messageInfo, configKey, configValue);
getter.addOrUpdateHeader(true, messageInfo, configValue);
//注意,单个分支应该break。
break;
case Action_Append_To_header_value:
Expand Down

0 comments on commit e3435eb

Please sign in to comment.