~ubuntu-branches/ubuntu/vivid/haproxy/vivid

« back to all changes in this revision

Viewing changes to src/client.c

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-06-20 00:38:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620003850-hvvx94g2xz2l2xbg
Tags: 1.3.15.1-1
* New Upstream Version
* Upgrade standards version to 3.8.0 (no change needed).
* Build with TARGET=linux26 on linux, TARGET=generic on other systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
                if (p->mode == PR_MODE_HTTP) {
234
234
                        txn->status = -1;
235
 
 
 
235
                        txn->req.hdr_content_len = 0LL;
 
236
                        txn->rsp.hdr_content_len = 0LL;
236
237
                        txn->req.msg_state = HTTP_MSG_RQBEFORE; /* at the very beginning of the request */
237
238
                        txn->rsp.msg_state = HTTP_MSG_RPBEFORE; /* at the very beginning of the response */
238
239
                        txn->req.sol = txn->req.eol = NULL;