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

Fix chunkedCoding. #9

Closed nex3 closed 7 years ago

nex3 commented 7 years ago

I misread the spec; it turns out there's a CR LF sequence after the body bytes as well as after the size header.