Merge pull request #920 from yosuke-wolfssl/f_2880

Fix DoChannelOpenConf
pull/918/head
JacobBarthelmeh 2026-04-15 15:25:19 -06:00 committed by GitHub
commit 53ae73b14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -8816,6 +8816,8 @@ static int DoChannelOpenConf(WOLFSSH* ssh,
ret = GetUint32(&peerMaxPacketSz, buf, len, &begin);
if (ret == WS_SUCCESS) {
*idx = begin;
WLOG(WS_LOG_INFO, " channelId = %u", channelId);
WLOG(WS_LOG_INFO, " peerChannelId = %u", peerChannelId);
WLOG(WS_LOG_INFO, " peerInitialWindowSz = %u", peerInitialWindowSz);