Skip to content

Commit

Permalink
Update source/Superluminal-RESTfulAPI/RESTfulAPIClient.class.st
Browse files Browse the repository at this point in the history
Co-authored-by: Maximiliano Tabacman <[email protected]>
  • Loading branch information
gcotelli and mtabacman authored Jul 4, 2023
1 parent b00c046 commit d4c0af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Superluminal-RESTfulAPI/RESTfulAPIClient.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ RESTfulAPIClient >> withCachedETagAt: aLocation do: aBlock [
"For using the ETag in the `If-None-Match` headers of a GET, we need to have available the last
representation, just in case the following requests respond with `Not Modified`.
Given than now there's support for `no-store` caching directives, this is not allways the case."
Given than now there's support for `no-store` caching directives, this is not always the case."

( lastKnownRepresentationByLocation includesKey: ( self normalize: aLocation ) ) then: [
self withETagAt: aLocation do: aBlock ]
Expand Down

0 comments on commit d4c0af7

Please sign in to comment.