~ubuntu-branches/ubuntu/quantal/haproxy/quantal

« back to all changes in this revision

Viewing changes to include/types/proto_http.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-03-09 21:30:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080309213029-8oupnrc607mg5uqw
Tags: 1.3.14.3-1
* New Upstream Version
* Add status argument support to init-script to conform to LSB.
* Cleanup pidfile after stop in init script. Init script return code fixups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
        char *srv_cookie;               /* cookie presented by the server, in capture mode */
242
242
        int status;                     /* HTTP status from the server, negative if from proxy */
243
243
        unsigned int flags;             /* transaction flags */
 
244
        struct timeval exp;             /* expiration date for the transaction (generally a request) */
244
245
};
245
246
 
246
247
/* This structure is used by http_find_header() to return values of headers.