Skip to content

Commit

Permalink
Fix typo when converting originalHost toString (#1768)
Browse files Browse the repository at this point in the history
Co-authored-by: $(git --no-pager log --format=format:'%an' -n 1) <$(git --no-pager log --format=format:'%ae' -n 1)>
  • Loading branch information
karim-z authored and argha-c committed Sep 9, 2024
1 parent b92f297 commit 4f56ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ public String toString() {
+ inboundRequest + ", parsedCookies="
+ parsedCookies + ", reconstructedUri='"
+ reconstructedUri + '\'' + ", pathAndQuery='"
+ pathAndQuery + '\'' + "/ originalHost='"
+ pathAndQuery + '\'' + ", originalHost='"
+ originalHost + '\'' + ", infoForLogging='"
+ infoForLogging + '\'' + '}';
}
Expand Down

0 comments on commit 4f56ae3

Please sign in to comment.