Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Mar 30, 2022
1 parent c0a929b commit 101a97a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Networking/HTTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ private extension HTTPClient {

return result
} else {
// No data if the body was empty, or if status is `.notModified`
// since the body will be fetched from the eTag.
return [:]
}
}
Expand Down

0 comments on commit 101a97a

Please sign in to comment.