Date header not parsed correctly #2269
Labels
i: outdated
p: web_adapter
Targeting `web_adapter` package
platform: web
s: bug
Something isn't working
Package
dio
Version
5.5
Operating-System
Web
Adapter
Default Dio
Output of
flutter doctor -v
No response
Dart Version
No response
Steps to Reproduce
Date
field is in RFC 2616 format, it includes a comma in the value. egDate => "Tue, 09 Jul 2024 19:39:05 GMT"
dio_web_adapter appears to be using
Expected Result
The full value not split.
Actual Result
"date" header as "Tue"
The text was updated successfully, but these errors were encountered: