Fix HTTP hanging and redirects #5
Loading…
Reference in a new issue
No description provided.
Delete branch "TheKodeToad/http-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I assume closing an InputStream after the HttpClient which made the request causes a lot of trouble so just made it static (IDK if this is good practice)