This commit is contained in:
crusader
2018-04-19 15:24:45 +09:00
parent d4ea8c3daf
commit c6ee110820
8 changed files with 262 additions and 3 deletions

View File

@@ -75,9 +75,7 @@ func (s *RPCServlets) Handle(servletCtx server.ServletCtx,
case <-stopChan:
return
}
}
}
func (s *RPCServlets) writeError(src crp.ServerRequestCodec, writeChan chan<- []byte, code crp.ErrorCode, message string, data interface{}) {