Willy Tarreau 8b3d7dfd7c MEDIUM: stream-int: split the shutr/shutw functions between applet and conn
These functions induce a lot of ifs everywhere because they consider two
different cases, one which is where the connection exists and has a file
descriptor, and the other one which is the default case where at most an
applet has to be notified.

Let's have them in si_ops and automatically decide which one to use.

The connection shutdown sequence has been slightly simplified, and we
now clear the flags at the end.

Also we remove SHUTR_NOW after a shutw with nolinger, as it's cleaner
not to keep it.
2013-12-09 15:40:22 +01:00
..
2013-10-01 09:49:21 +02:00
2013-12-06 11:40:53 +01:00
2009-01-25 13:49:53 +01:00
2013-10-23 15:53:56 +02:00
2007-05-13 20:19:55 +02:00