iproto: Move the main dispatch switch to iproto thread.
Implement an own route for replication, select and DML commands. cbus: the route doesn't change throughout message life cycle Update socket.test which was passing an incorrect ping request to the server (the empty ping body was an array, not a map)
Showing
- src/box/iproto.cc 263 additions, 148 deletionssrc/box/iproto.cc
- src/box/iproto_constants.h 26 additions, 1 deletionsrc/box/iproto_constants.h
- src/box/iproto_port.cc 9 additions, 0 deletionssrc/box/iproto_port.cc
- src/box/request.cc 2 additions, 0 deletionssrc/box/request.cc
- src/cbus.h 3 additions, 3 deletionssrc/cbus.h
- test/app/socket.result 2 additions, 2 deletionstest/app/socket.result
- test/app/socket.test.lua 1 addition, 1 deletiontest/app/socket.test.lua
Loading
Please register or sign in to comment