Skip to content

Commit

Permalink
Disable path normalization by fasthttp (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Aug 22, 2022
1 parent 20a3306 commit 131fea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fasthttp_http_client_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (*fasthttpHttpClientFactory) Create(o httpClientOptions) httpClient {
InsecureSkipVerify: o.SkipTLSVerification,
},
Dial: d,
DisablePathNormalizing: true,
NoDefaultUserAgentHeader: true,
MaxResponseBodySize: o.MaxResponseBodySize,
},
Expand Down

0 comments on commit 131fea6

Please sign in to comment.