The first commit (User-Agent commit) solves a problem that prevent user to use custom user agent. It solves deleting bad positioned user agent checking.
At the second commit isGet bool var of Client and HostClient structure have been deleted and I quote:
When client has two http request the first is GET and the second is POST it causes an error.
The only solution is reset the request structure.
With this commit I try to solve this error
The first commit (User-Agent commit) solves a problem that prevent user to use custom user agent. It solves deleting bad positioned user agent checking.
At the second commit isGet bool var of Client and HostClient structure have been deleted and I quote: When client has two http request the first is GET and the second is POST it causes an error. The only solution is reset the request structure. With this commit I try to solve this error