Skip to content

Commit

Permalink
Merge pull request #43 from yiyb0603/develop
Browse files Browse the repository at this point in the history
Fix: HTTP 캐시 글 내용 수정
  • Loading branch information
yiyb0603 authored Nov 2, 2023
2 parents 18262a2 + b6587f5 commit fc64caa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posts/useful-http-cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ thumbnail: https://github.com/yiyb0603/yiyb-blog/assets/50941453/c04ef50d-f878-4

그러나 이전 캐시와 새로운 값과 다를경우에는 처음 리소스를 다운받을때와 동일하게 원본 용량을 네트워크로 다운받게 됩니다.

> 이전 캐시와 새로운 값을 검증할때 브라우저에서는 `If-None-Match`
### 2-2. If-None-Match, If-Modified-Since

`max-age`로 지정한 시간이 지났을때 브라우저에서는 두 리소스가 동일한지 검증하는 절차를 진행하는데, 이 두개의 속성을 통해서 브라우저가 검증을 하게됩니다.
Expand Down

0 comments on commit fc64caa

Please sign in to comment.