Skip to content

fix: concat multibyte characters#1120

Merged
ronag merged 1 commit intonodejs:mainfrom
koh110:multi_byte
Dec 3, 2021
Merged

fix: concat multibyte characters#1120
ronag merged 1 commit intonodejs:mainfrom
koh110:multi_byte

Conversation

@koh110
Copy link
Copy Markdown
Contributor

@koh110 koh110 commented Dec 3, 2021

move from Array.join() to Buffer.concat() to fix bugs in multibyte characters.

Fixes: #1119

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 3, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.25%. Comparing base (039354b) to head (a4808f0).
⚠️ Report is 2223 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1120      +/-   ##
==========================================
- Coverage   94.36%   94.25%   -0.12%     
==========================================
  Files          39       40       +1     
  Lines        3800     3813      +13     
==========================================
+ Hits         3586     3594       +8     
- Misses        214      219       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ronag
Copy link
Copy Markdown
Member

ronag commented Dec 3, 2021

Thanks!

@ronag ronag merged commit 6b57bbf into nodejs:main Dec 3, 2021
@koh110
Copy link
Copy Markdown
Contributor Author

koh110 commented Dec 3, 2021

@ronag Thanks for your super quick review!

KhafraDev pushed a commit to KhafraDev/undici that referenced this pull request Jun 23, 2022
metcoder95 pushed a commit to metcoder95/undici that referenced this pull request Dec 26, 2022
crysmags pushed a commit to crysmags/undici that referenced this pull request Feb 27, 2024
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.

Encoding issue

3 participants