(f *ProxyFrame, clientconn *ClientConn)
| 323 | } |
| 324 | |
| 325 | func (s *Server) processOpenRsp(f *ProxyFrame, clientconn *ClientConn) { |
| 326 | if clientconn.input != nil { |
| 327 | clientconn.input.processOpenRspFrame(f) |
| 328 | } |
| 329 | } |
| 330 | |
| 331 | func (c *Server) processOpen(f *ProxyFrame, clientconn *ClientConn) { |
| 332 | if clientconn.output != nil { |
no test coverage detected