Skip to content

Conversation

oxsean
Copy link
Contributor

@oxsean oxsean commented Sep 30, 2024

What is the purpose of the change?

Checklist

  • Make sure there is a GitHub_issue field for the change.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Make sure gitHub actions can pass. Why the workflow is failing and how to fix it?

// customizer RpcInvocation
headerFilters.forEach(f -> f.invoke(invoker, inv));
HeaderFilter[] headerFilters =
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lost when merging code.

@@ -51,6 +54,7 @@

public final class HttpUtils {

public static final ByteBufAllocator HEAP_ALLOC = new UnpooledByteBufAllocator(false, false);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using heap instend of dicrect

@AlbumenJ AlbumenJ merged commit b9a2f19 into apache:3.3 Oct 2, 2024
18 checks passed
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.

2 participants