Commit
74a6aa32a2afb9f7fbf9d8626a7622c467cf47ce
by md_5
#2714: Remove unnecessary throws in ServerConnector As ServerConnector's handle(PacketWrapper) method only checks whether packet.packet is null, its not necessary to cancel its execution by throwing CancelSendSignal. (commit: 74a6aa3)