blob: 36877b515cef3c79e5991691dbc79a508c296b8e [file] [view]
---
name: 2) package:http - I found a bug
about: You found that something which is expected to work, doesn't. The same capability
works when using `dart:io` or `dart:html` directly.
title: ''
labels: package:http, type-bug
assignees: ''
---
Please describe the bug and how to reproduce it.
Note that if the bug can also be reproduced when going through the interfaces provided by `dart:html` or `dart:io` directly the bug should be filed against the Dart SDK: https://github.com/dart-lang/sdk/issues
A failure to make an http request is more often a problem with the environment than with the client.