Skip to content

Commit

Permalink
Update pkgs/http_profile/lib/src/utils.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Anikate De <40452578+Anikate-De@users.noreply.github.com>
  • Loading branch information
brianquinlan and Anikate-De committed Aug 9, 2024
1 parent 3695311 commit 928ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http_profile/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var _headerSplitter = RegExp(r'[ \t]*,[ \t]*');
/// would both be result in `response.headers` => "lang=en; Path=/foo/,SID=x23"
///
/// The idea behind this regex is that `,<valid token>=` is more likely to
/// start a new `<cookie-pair>` then be part of `<path-value>` or
/// start a new `<cookie-pair>` than be part of `<path-value>` or
/// `<extension-av>`.
///
/// See https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.1
Expand Down

0 comments on commit 928ce6a

Please sign in to comment.