dart-lang / http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.
https://pub.dev/packages/http_parser
BSD 3-Clause "New" or "Revised" License
39 stars 28 forks source link

add default charset of application/json to utf-8 #40

Closed wanjm closed 3 years ago

wanjm commented 3 years ago

add default charset of application/json to utf-8. as. https://github.com/dart-lang/http/issues/1331

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

wanjm commented 3 years ago

@googlebot I signed it!

Wouter12 commented 3 years ago

Any idea on when this is gonna be merged? The CI build was canceled it seems

wanjm commented 3 years ago

why is there error in it, how to fix it , any one help me ?

kevmoo commented 3 years ago

please try rebasing and pushing your fix. That should re-run CI. We've moved CI providers to GitHub