opt http module
This commit is contained in:
parent
06c06d290f
commit
d21d88becc
|
@ -343,7 +343,7 @@ static void httpHandleReq(SHttpMsg* msg) {
|
||||||
SHttpModule* http = msg->http;
|
SHttpModule* http = msg->http;
|
||||||
|
|
||||||
struct sockaddr_in dest = {0};
|
struct sockaddr_in dest = {0};
|
||||||
if (taosBuildDstAddr(msg->server, msg->port + 1, &dest) < 0) {
|
if (taosBuildDstAddr(msg->server, msg->port, &dest) < 0) {
|
||||||
goto END;
|
goto END;
|
||||||
}
|
}
|
||||||
if (msg->flag == HTTP_GZIP) {
|
if (msg->flag == HTTP_GZIP) {
|
||||||
|
|
Loading…
Reference in New Issue