Skip to content

Commit

Permalink
Update reverseproxy.go
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
tobychui committed Nov 3, 2024
1 parent 363b9b6 commit f877bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reverseproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ func HandleCustomHeaderAdd(w http.ResponseWriter, r *http.Request) {
isRemove = true
}

headerRewriteDefination := rewrite.UserDefinedHeader{
headerRewriteDefinition := rewrite.UserDefinedHeader{
Key: name,
Value: value,
Direction: rewriteDirection,
Expand Down

0 comments on commit f877bf9

Please sign in to comment.