Add support to explicitly add priority for the handshakers using enums (#30971)
Currently the order of the handshakers is controlled by a single bool(at_start). This doesn't allow for more complex use cases where the handshaker has to be done before tcp connect handshaker for example. By explicitly adding enums that specify the priority, we allow for a cleaner abstraction for registering handshakers.pull/31194/head
parent
6e15936d85
commit
3e648e3de7
7 changed files with 57 additions and 15 deletions
Loading…
Reference in new issue