Skip to content

[bp/1.37] dym: fix a bug where part of body maynot be sent to upstream (#44081)#44083

Merged
agrawroh merged 2 commits intoenvoyproxy:release/v1.37from
wbpcode:dev-1.37-fix-dym-body-bug
Mar 24, 2026
Merged

[bp/1.37] dym: fix a bug where part of body maynot be sent to upstream (#44081)#44083
agrawroh merged 2 commits intoenvoyproxy:release/v1.37from
wbpcode:dev-1.37-fix-dym-body-bug

Conversation

@wbpcode
Copy link
Copy Markdown
Member

@wbpcode wbpcode commented Mar 23, 2026

Commit Message: dym: fix a bug where part of body maynot be sent to upstream
Additional Description:

I have provided two different ABIs (buffered body and received body) to access buffered or latest received body. The the previous legacy addDecodedData and addEncodedData have been unnecessary.

Risk Level: low.
Testing: unit.
Docs Changes: n/a.
Release Notes: added.
Platform Specific Features: n/a.
[Optional Fixes #Issue] To close
#43063

…oxy#44081)

Commit Message: dym: fix a bug where part of body maynot be sent to
upstream
Additional Description:

I have provided two different ABIs (buffered body and received body) to
access buffered or latest received body. The the previous legacy
addDecodedData and addEncodedData have been unnecessary.

Risk Level: low.
Testing: unit.
Docs Changes: n/a.
Release Notes: added.
Platform Specific Features: n/a.
[Optional Fixes #Issue] To close
envoyproxy#43063

---------

Signed-off-by: wbpcode/wangbaiping <wbphub@gmail.com>
@phlax
Copy link
Copy Markdown
Member

phlax commented Mar 23, 2026

failure looks real (not sure on cause tho)

[1](https://github.com/envoyproxy/envoy/actions/runs/23434473992/job/68168954833#step:19:795)
external/llvm_toolchain_llvm/bin/../include/c++/v1/__memory/allocator_traits.h:305:5: error: no matching function for call to '__construct_at'
  305 |     std::__construct_at(__p, std::forward<_Args>(__args)...);
      |     ^~~~~~~~~~~~~~~~~~~

Signed-off-by: wbpcode/wangbaiping <wbphub@gmail.com>
@agrawroh agrawroh merged commit b6f9a6b into envoyproxy:release/v1.37 Mar 24, 2026
14 checks passed
@wbpcode wbpcode deleted the dev-1.37-fix-dym-body-bug branch March 24, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants