Issues with http2_adapter in dio causing HTTP/1.1 requests to fail and incorrect traffic type displayed in Flutter DevTools #2341
Labels
h: need more info
Further information is requested
h: need triage
This issue needs to be categorized
s: bug
Something isn't working
Package
dio
Version
5.7.0
Operating-System
Android
Adapter
Http2Adapter
Output of
flutter doctor -v
Dart Version
3.3.0
Steps to Reproduce
dio
withhttp2_adapter
as follows:Expected Result
HTTP/1.1 requests should be handled correctly without failing, and the network traffic should be appropriately categorized and displayed in Flutter DevTools.
Actual Result
HTTP/1.1 requests fail when using http2_adapter, and the network traffic is incorrectly displayed as WebSocket traffic in Flutter DevTools.
The text was updated successfully, but these errors were encountered: