Jess Shapiro
Jess Shapiro
Yeah, I've got a prototype that I need to sit down with and expand a bit, but that was my first reaction as well; a pipelining class into which you...
@jonparrott, @Lukasa, want to take a look at this (very) rough draft of the HttpPipeline object? https://github.com/haikuginger/httppipeline
Oh, @Lukasa, do we want to make the WHATWG parser part of this? As long as we're swinging the hammer around anyway.
A bunch of these items are addressed in new commits on #849 and in #903, and are ready for review. SSL/TLS verification and the proposed Settings object are tied together,...
I tend towards -1 on this, although I could probably be convinced of the value of a DEBUG log entry during DNS lookup. It sounds like you're doing webscraping or...
@jvanasco, one other option would be for you to resolve the domain name to an IP address yourself and set the `Host` header to the original domain name.
I'm +0 on this; it would be nice to have, but I'm not sure what an implementation that provides it but retains the overall goal of the current implementation (API...
I would be in favor of a default policy where, if the request method changes to `GET` from something else as part of a redirect, the body is dropped by...
> If we're capable of doing redirects at the PoolManager level, why do the ConnectionPools also support it? Because ConnectionPools were originally and still are a first-class object that can...
I have no objection to that.