|
Squid Web Cache v8/master
|
#include "squid.h"#include "client_side_request.h"#include "clientStream.h"#include "http/Stream.h"#include "HttpHdrContRange.h"#include "HttpHeaderTools.h"#include "Store.h"#include "TimeOrTag.h"#include "acl/FilledChecklist.h"#include "ClientInfo.h"#include "fde.h"#include "MessageDelayPools.h"Go to the source code of this file.
Functions | |
| static bool | clientIfRangeMatch (ClientHttpRequest *http, HttpReply *rep) |
|
static |
Definition at line 380 of file Stream.cc.
References assert, DBG_IMPORTANT, debugs, Http::ETAG, etagIsStrongEqual(), HttpHeader::getETag(), HttpHeader::getTimeOrTag(), Http::Message::header, Http::IF_RANGE, StoreEntry::modifiedSince(), ClientHttpRequest::request, ClientHttpRequest::storeEntry(), ETag::str, TimeOrTag::tag, TimeOrTag::time, TimeOrTag::valid, and ETag::weak.
Referenced by Http::Stream::buildRangeHeader().