spdy: isIfModifiedSinceHeaderPresent should have been removed, but slipped through a conflict merge. remove that method.

This commit is contained in:
Thomas Becker 2012-07-05 17:47:50 +02:00
parent 723f53ec64
commit 17b585d2ce
1 changed files with 0 additions and 5 deletions

View File

@ -464,11 +464,6 @@ public class ServerHTTPSPDYAsyncConnection extends AbstractHttpConnection implem
return pushHeaders;
}
private boolean isIfModifiedSinceHeaderPresent()
{
return headers.get("if-modified-since") != null;
}
private Buffer consumeContent(long maxIdleTime) throws IOException, InterruptedException
{
while (true)