1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

[dart:io] Update httpparser size limit in CHANGELOG

Previous change has made a 8K size limit on http parser. It should be
put into CHANGELOG.md.

36496047b4

Bug: https://github.com/flutter/flutter/issues/56580
Change-Id: I3e06848ff018ddacd022877b16ec69dc88f8a24a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147322
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Zichang Guo <zichangguo@google.com>
This commit is contained in:
Zichang Guo 2020-05-13 21:29:17 +00:00 committed by commit-bot@chromium.org
parent 40c1f17434
commit 79db1008cd

View File

@ -286,6 +286,10 @@ minor breaking changes:
`runZonedGuarded()` functions from `dart:async` directly if needing to
specify those.
* Class `HttpClient` and `HttpServer`, when receiving `HttpRequest` or
`HttpClientResponse`, will now put a 8K size limit on its header fields and
values.
[#33501]: https://github.com/dart-lang/sdk/issues/33501
[#40702]: https://github.com/dart-lang/sdk/issues/40702
[#40483]: https://github.com/dart-lang/sdk/issues/40483