Brian Quinlan

Results 177 comments of Brian Quinlan

I'm not sure that there is a `package:http` issue here.

This is a duplicate of the issue https://github.com/dart-lang/http/issues/24, which has been fixed.

[cupertino_http](https://pub.dev/packages/cupertino_http) is the recommended solution for iOS. If you have issues using it to access your company VPN, please create a bug request in the [package:http issue tracker](https://github.com/dart-lang/http/issues/new/choose).

This came up in a recent blog post: https://blog.burkharts.net/everything-you-always-wanted-to-know-about-httpclients#heading-what-are-these-weird-websocket-requests-in-the-dart-network-tool

Would it make sense to make this a P2?

> @bkonyi and @brianquinlan the network traffic in question comes from the VmService's `getSocketProfile` RPC. What are your thoughts WRT to how this data should actually be classified if it...

You can use [`runWithClient`](https://pub.dev/documentation/http/latest/http/runWithClient.html) to set the `Client` for the zone. Is that sufficient or do you need a global variable?

I'd add fake support - we don't even have a proposed implementation for timeouts in `package:http`, do we?

You are still working on this, right? AFAIK, you still need to: - [x] Change the version package to 3.X - [x] Update the unit tests - [x] Assume that...