~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to src/client_side_reply.h

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    bool alwaysAllowResponse(http_status sline) const;
129
129
    int checkTransferDone();
130
130
    void processOnlyIfCachedMiss();
 
131
    void processConditional(StoreIOBuffer &result);
131
132
    void cacheHit(StoreIOBuffer result);
132
133
    void handleIMSReply(StoreIOBuffer result);
133
134
    void sendMoreData(StoreIOBuffer result);
136
137
    void purgeAllCached();
137
138
 
138
139
    void sendBodyTooLargeError();
 
140
    void sendPreconditionFailedError();
 
141
    void sendNotModified();
 
142
    void sendNotModifiedOrPreconditionFailedError();
139
143
 
140
144
    StoreEntry *old_entry;
141
145
    store_client *old_sc;       /* ... for entry to be validated */