commit | 239d7189fc525c2119b021b8719baed98087ea62 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Jul 23 18:53:03 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:53:08 2012 +0200 |
tree | 21a7e22a889deec935160c4bcf7b8c3396c630a7 | |
parent | fd31e53139fa8d55c68ecf6f5a82443e8715f354 [diff] |
MEDIUM: stream_interface: pass connection instead of fd in sock_ops The sock_ops I/O callbacks made use of an FD till now. This has become inappropriate and the struct connection is much more useful. It also fixes the race condition introduced by previous change.