~ubuntu-branches/ubuntu/precise/haproxy/precise-security

« back to all changes in this revision

Viewing changes to src/dumpstats.c

  • Committer: Bazaar Package Importer
  • Author(s): Christo Buschek
  • Date: 2011-07-14 18:17:05 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110714181705-ixi2giijqc61cqjm
Tags: 1.4.15-1
New upstream release with critical bug fix (Closes: #631351)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2621
2621
 
2622
2622
 
2623
2623
                chunk_printf(&msg,
2624
 
                             "  req=%p (f=0x%06x an=0x%x l=%d sndmx=%d pipe=%d fwd=%ld)\n"
 
2624
                             "  req=%p (f=0x%06x an=0x%x l=%d sndmx=%d pipe=%d fwd=%d)\n"
2625
2625
                             "      an_exp=%s",
2626
2626
                             sess->req,
2627
2627
                             sess->req->flags, sess->req->analysers,
2651
2651
                             sess->req->total);
2652
2652
 
2653
2653
                chunk_printf(&msg,
2654
 
                             "  res=%p (f=0x%06x an=0x%x l=%d sndmx=%d pipe=%d fwd=%ld)\n"
 
2654
                             "  res=%p (f=0x%06x an=0x%x l=%d sndmx=%d pipe=%d fwd=%d)\n"
2655
2655
                             "      an_exp=%s",
2656
2656
                             sess->rep,
2657
2657
                             sess->rep->flags, sess->rep->analysers,