``` var response = await http.head('http://v.youku.com/v_show/id_XOTUwODY0NDky.html').catchError(print); print(response); ``` The error is empty. Remove the `catchError` and it reports as `Unhandled Exception:`.