Skip to content

Commit

Permalink
Fixing Age header
Browse files Browse the repository at this point in the history
  • Loading branch information
httpimp authored Aug 12, 2018
1 parent 3c5efea commit 17c954c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (res *Response) sendResponse(w http.ResponseWriter) {
func (res *Response) clone() Response {
return Response{
found: res.found,
date: res.date,
expires: res.expires,
status: res.status,
header: res.header,
Expand Down

0 comments on commit 17c954c

Please sign in to comment.