https://github.com/etcd-io/etcd
Revision a6b37e26420ba9cbe3050d225121a315fa32db94 authored by Gyuho Lee on 03 June 2021, 20:53:49 UTC, committed by GitHub on 03 June 2021, 20:53:49 UTC
backport-3.5: server: skip unnecessary sprintf which executes proto.Size()
2 parent s 3a82198 + 4563ceb
Raw File
Tip revision: a6b37e26420ba9cbe3050d225121a315fa32db94 authored by Gyuho Lee on 03 June 2021, 20:53:49 UTC
Merge pull request #13081 from wilsonwang371/20210603-backport13075
Tip revision: a6b37e2
test
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top