commit | 1b79bdee2692888ddfcb818f21f0932ebe131a0d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 07 17:01:39 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 21:28:14 2012 +0200 |
tree | a2b81e11e84e9d2222f6674283060e66210899c0 | |
parent | 060781fb4a7958d45e51e4331e3ea2f47ababa20 [diff] |
REORG/MEDIUM: move protocol->{read,write} to sock_ops The protocol must not set the read and write callbacks, they're specific to the socket layer. Move them to sock_ops instead.