fix invalid packet
This commit is contained in:
parent
15110480bc
commit
13a93d68eb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue