From 68a564c347e57d872ab67c0158c21e34e0ebefc9 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Fri, 27 Dec 2024 11:50:58 -0800 Subject: [PATCH] Release http_parser 4.1.2 --- pkgs/http_parser/CHANGELOG.md | 2 +- pkgs/http_parser/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/http_parser/CHANGELOG.md b/pkgs/http_parser/CHANGELOG.md index d66d5d63e7..4312f63cc1 100644 --- a/pkgs/http_parser/CHANGELOG.md +++ b/pkgs/http_parser/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.1.2-wip +## 4.1.2 * Fixed a bug where parsing quoted header values could require a regex to backtrack diff --git a/pkgs/http_parser/pubspec.yaml b/pkgs/http_parser/pubspec.yaml index 95c85b6aaa..5b3d521801 100644 --- a/pkgs/http_parser/pubspec.yaml +++ b/pkgs/http_parser/pubspec.yaml @@ -1,5 +1,5 @@ name: http_parser -version: 4.1.2-wip +version: 4.1.2 description: >- A platform-independent package for parsing and serializing HTTP formats. repository: https://github.com/dart-lang/http/tree/master/pkgs/http_parser