Skip to content

Improve performance#320

Merged
chenzhiguo merged 2 commits intomainfrom
res
Jan 8, 2026
Merged

Improve performance#320
chenzhiguo merged 2 commits intomainfrom
res

Conversation

@hexiaofeng
Copy link
Collaborator

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 joylive-demo project.
  • Make sure gitHub actions can pass. Why the workflow is failing and how to fix it?

@hexiaofeng hexiaofeng requested a review from chenzhiguo January 8, 2026 08:25
@hexiaofeng hexiaofeng self-assigned this Jan 8, 2026
@hexiaofeng hexiaofeng added the enhancement New feature or request label Jan 8, 2026
headers = new CacheObject<>(parseHeaders());
Map<String, List<String>> map = parseHeaders();
// not null
headers = map == null ? EMPTY_MAP : headers;
Copy link
Collaborator

Choose a reason for hiding this comment

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

It should be map, right?

@chenzhiguo chenzhiguo merged commit 7b97f75 into main Jan 8, 2026
1 check passed
@hexiaofeng hexiaofeng deleted the res branch January 8, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants