From 6ecd13a88b82c2fdc8a555f218bafb0ad0370f51 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 2 Jan 2025 10:36:15 -0800 Subject: [PATCH] Release http_parser 4.1.2 (#1439) --- 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