Skip to content

Commit

Permalink
[TrikotHttp] cachePolicy and followRedirects values were lost in Http…
Browse files Browse the repository at this point in the history
…RequestPublisher (#165)
  • Loading branch information
hugolefrancois authored Jul 9, 2023
1 parent db760e7 commit ccae789
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ abstract class HttpRequestPublisher<T>(
it.method = builder.method
it.timeout = builder.timeout
it.parameters = builder.parameters
it.cachePolicy = builder.cachePolicy
it.followRedirects = builder.followRedirects
}
}
}

0 comments on commit ccae789

Please sign in to comment.