We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153d247 commit 9266c44Copy full SHA for 9266c44
source/extensions/filters/http/aws_lambda/sts_connection_pool.cc
@@ -115,7 +115,7 @@ StsConnectionPoolImpl::add(StsConnectionPool::Context::Callbacks *callbacks) {
115
};
116
117
void StsConnectionPoolImpl::onSuccess(const absl::string_view body) {
118
- ASSERT(body != nullptr);
+ ASSERT(!body.empty());
119
request_in_flight_ = false;
120
121
// using a macro as we need to return on error
0 commit comments