~ubuntu-branches/ubuntu/precise/haproxy/precise-proposed

« back to all changes in this revision

Viewing changes to src/stream_sock.c

  • Committer: Bazaar Package Importer
  • Author(s): Christo Buschek
  • Date: 2011-03-11 12:41:59 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110311124159-9foyp4juf1ilqipo
Tags: 1.4.13-1
* New maintainer upload (Closes: #615246)
* New upstream release
* Standards-version goes 3.9.1 (no change)
* Added patch bashism (Closes: #581109)
* Added a README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <proto/client.h>
34
34
#include <proto/fd.h>
35
35
#include <proto/pipe.h>
 
36
#include <proto/protocols.h>
36
37
#include <proto/stream_sock.h>
37
38
#include <proto/task.h>
38
39
 
866
867
                fd_delete(si->fd);
867
868
                /* fall through */
868
869
        case SI_ST_CER:
 
870
        case SI_ST_QUE:
 
871
        case SI_ST_TAR:
869
872
                si->state = SI_ST_DIS;
870
873
        default:
871
874
                si->flags &= ~SI_FL_WAIT_ROOM;