Skip to content

Commit

Permalink
yegor256#52: removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Mar 29, 2013
1 parent bedcee3 commit 27fbc12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions s3auth-relay/src/main/java/com/s3auth/relay/HttpThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ public long dispatch() throws InterruptedException {
request.requestUri(), request.range()
);
bytes = new HttpResponse()
.withHeader(HttpHeaders.CACHE_CONTROL, "no-cache")
.withHeader(HttpHeaders.EXPIRES, "-1")
.withHeader(
HttpHeaders.DATE,
String.format(
Expand Down

0 comments on commit 27fbc12

Please sign in to comment.