You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
The library should use an actual HTTP library instead of my hack to get the connection going. This will also handle certain streams that send down weird Unicode characters that currently kill the library (see #7).
The text was updated successfully, but these errors were encountered:
I experimented with getting a connection going using Windows.Web.HttpClient and it worked half of the time. The problem is HttpClient is inconsistent when it's retrieving only the headers (and not the content or else it would download the stream indefinitely).
Sometimes the headers will be buffered/parsed by the time it returns and sometimes they won't be (leaving us without anything we can do).
I might have to write a real Http Client for usage in this library but I don't want to reinvent the wheel in this case.
The library should use an actual HTTP library instead of my hack to get the connection going. This will also handle certain streams that send down weird Unicode characters that currently kill the library (see #7).
The text was updated successfully, but these errors were encountered: