wangzhengquan
2020-12-01 95c305005862acb9b611ec2c65e5843c0e19176c
src/socket/net_mod_socket.c
@@ -303,6 +303,7 @@
        continue;
      }
      request_head.mod = BUS;
      memcpy(request_head.host, node->host, sizeof(request_head.host));
      request_head.key = node->key;
      request_head.content_length = content_size;
      request_head.topic_length = strlen(topic) + 1;