Open hampsterx opened 3 months ago
@AlexV525 Do your changes here fix this issue?https://github.com/cfug/dio/blob/679a14410817357e4b4cb8cee75a3f585d675803/plugins/web_adapter/lib/src/adapter.dart#L312-L333
Is there a working version for the implementation?
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"