Alex Li

Results 711 comments of Alex Li

Can you try with `http2` standalone and see if it gets the same result? If so, that would be an upstream issue.

@Vovcharaa Got any results about the above suggestion?

> Maybe relevant? => [dart-lang/http2#69 (comment)](https://github.com/dart-lang/http2/issues/69#issuecomment-1205017038) The comment referenced the code: https://github.com/cfug/dio/blob/bedcc54c91a800a3b1aac0092151ca401f716803/plugins/http2_adapter/lib/src/http2_adapter.dart#L75 I didn't find any relevant connection about "sending data messages with 1 byte inside". cc @Neronse Also, it's...

Could everyone meeting the issue try to verify again using the latest Flutter SDK?

Closing as the issue is likely solved from the Dart side. Please submit new issues with reproducible cases.

> Why are you only adding this to `IOStreamedResponse`? Because `RedirectInfo` is available in `dart:io`. I can keep this implementation or add the same class in the package.

> When will you add Response.uri (#699) That is the next thing I'm considering.

The redirects are still valuable for a response. I can add `finalUri` too. In dio, we also have a fork class for redirects and a field named `realUri`. Redirects is...

- https://pub.dev/documentation/dio/latest/dio/Response/realUri.html - https://pub.dev/documentation/dio/latest/dio/Response/redirects.html

> > Meanwhile, can we push splitting basic http classes from `io`? > > I don't know what you mean. One of the reason I've only added this field to...