Skip to content

Caching #1

Open
Open
@eungjun-yi

Description

@eungjun-yi

현재 우리의 서버는 요청이 들어올 때 마다 곧이 곧대로 요청한 리소스를 그대로 반환해주고 있습니다.
그러나 같은 리소스를 여러번 요청한 경우에도 매번 다시 보내주는 것은 트래픽 낭비이므로 body 없이 304 Not Modified를 반환해주어야 합니다.

참고자료: RFC 2616 13. Caching in HTTP

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions