diff --git a/docs/static_files/high_performance_rpc_with_netty.md b/docs/static_files/high_performance_rpc_with_netty.md index 03e55802..2dddf1be 100644 --- a/docs/static_files/high_performance_rpc_with_netty.md +++ b/docs/static_files/high_performance_rpc_with_netty.md @@ -30,26 +30,26 @@ * ### __远程调用客户端图解__ - + 若是netty4.x的线程模型, IO Thread(worker) —> Map代替全局Map能更好的避免线程竞争 * ### __远程调用服务端图解__ - + 重要概念: RPC三元组 * ### __远程调用传输层图解__ - + 左图为客户端, 右图为服务端 * ### __设计传输层协议栈__ __协议头__ - + __协议体__