Re: The progress of HTTP client

2018-04-03 Thread Larry Garfield
The problem with dumping all of the error handling and redirection logic into the client itself is that it presumes what you want that error handling and redirection logic to be. If a response comes back with a 301 Moved Permanently, I may want to know that so I can update my own records (eg, a

Re: The progress of HTTP client

2018-04-03 Thread Tobion
I've reviewed the current doc and there are two points I highly disagree with and that does not seem to fit common use-cases. 1. The spec says, implementation must not follow redirects. This means any user of those interfaces must re-implement redirections themselves? I don't see how this defau

Re: The progress of HTTP client

2018-04-03 Thread Tobion
I've reviewed the current doc and there are two points I highly disagree with and that does not seem to fit common use-cases. 1. The spec says, implementation must not follow redirects. This means any user of those interfaces must re-implement redirections themselves? I don't see how this defau