fix invalid packet

This commit is contained in:
yihaoDeng 2022-08-18 16:09:46 +08:00
parent 15110480bc
commit 13a93d68eb
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ int32_t taosSendHttpReport(const char* server, uint16_t port, char* pCont, int32
uError("failed to receive response from %s:%u since %s", server, port, terrstr());
goto SEND_OVER;
}
code = 0;
SEND_OVER: