Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
的close()方法StreamingBody有明确记载。但是,目前还不清楚我们是否应该在使用后主动关闭它。
close()
StreamingBody
在我见过的几个例子close()中,该方法从未被显式调用。
我担心/问题是,如果我们不明确关闭它,是否会有泄漏连接的风险。