This is an automated email from the ASF dual-hosted git repository.
chenBright pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 099cfc15 Fix hpack UT instability and remove noisy INFO log in
ResetMaxSize (#3488)
099cfc15 is described below
commit 099cfc1509f8aacab63114949a529d4db686d2f1
Author: Weibing Wang <[email protected]>
AuthorDate: Tue Aug 25 17:46:40 2026 +0800
Fix hpack UT instability and remove noisy INFO log in ResetMaxSize (#3488)
---
src/brpc/details/hpack.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/brpc/details/hpack.cpp b/src/brpc/details/hpack.cpp
index 7a7bb366..cff4c6a8 100644
--- a/src/brpc/details/hpack.cpp
+++ b/src/brpc/details/hpack.cpp
@@ -177,8 +177,6 @@ public:
}
void ResetMaxSize(size_t new_max_size) {
- LOG(INFO) << this << ".size=" << _size << " new_max_size=" <<
new_max_size
- << " max_size=" << _max_size;
if (new_max_size > _max_size) {
//LOG(ERROR) << "Invalid new_max_size=" << new_max_size;
//return -1;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]