1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00
This commit is contained in:
Asim Aslam
2019-08-15 20:54:09 +01:00
parent 88817dc53f
commit 58bc4c103f
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ func (s *Socket) Send(m *transport.Message) error {
// make copy
msg := &transport.Message{
Header: make(map[string]string),
Body: make([]byte, len(m.Body)),
Body: make([]byte, len(m.Body)),
}
// copy headers