Skip to content

Commit

Permalink
Auto PR from release/0.7 to main (#462)
Browse files Browse the repository at this point in the history
* httpfs add error log (#436)

* Remove some outdated libcurl option usage in curl wrapper header (#440) (#443)

* zlib and uring source build didn't have -O3 (#451)

* fix dns discard (#459)

Signed-off-by: liulanzheng <lanzheng.liulz@alibaba-inc.com>

---------

Signed-off-by: liulanzheng <lanzheng.liulz@alibaba-inc.com>
Co-authored-by: Bob Chen <beef9999@qq.com>
Co-authored-by: Coldwings <coldwings@me.com>
Co-authored-by: Lanzheng Liu <lanzheng.liulz@alibaba-inc.com>
  • Loading branch information
4 people committed Apr 19, 2024
1 parent 87ffa0b commit d1b1306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ class DefaultResolver : public Resolver {
break;
}
}
ipaddr.recycle(ipaddr->empty());
}
}

Expand Down

0 comments on commit d1b1306

Please sign in to comment.