Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: compatible with content-type extra semicolon #5217

Merged
merged 2 commits into from
Jun 22, 2023
Merged

fix: compatible with content-type extra semicolon #5217

merged 2 commits into from
Jun 22, 2023

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jun 19, 2023

closes #5214

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@fengmk2
Copy link
Member Author

fengmk2 commented Jun 19, 2023

先等 jshttp/type-is#51 是否愿意修复,不行只能在 koa 或者 egg 层面覆盖 contenxt.request 来修复了。

@fengmk2
Copy link
Member Author

fengmk2 commented Jun 22, 2023

koajs/bodyparser#153

@fengmk2 fengmk2 marked this pull request as ready for review June 22, 2023 06:53
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a634334) 99.86% compared to head (6bfd1c2) 99.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5217   +/-   ##
=======================================
  Coverage   99.86%   99.86%           
=======================================
  Files          36       36           
  Lines        3608     3608           
  Branches      515      515           
=======================================
  Hits         3603     3603           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fengmk2 fengmk2 merged commit cfdca36 into master Jun 22, 2023
20 checks passed
@fengmk2 fengmk2 deleted the fix-5214 branch June 22, 2023 07:07
fengmk2 pushed a commit that referenced this pull request Jun 22, 2023
[skip ci]

## [3.17.1](v3.17.0...v3.17.1) (2023-06-22)

### Bug Fixes

* compatible with content-type extra semicolon ([#5217](#5217)) ([cfdca36](cfdca36))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

发现一个bug,接受不到post接口的请求体
1 participant