Open
Description
When final response is a Redirection, it should follow the redirect, and then make the completion.
Right now, it just hangs and complete
/responded
events are never notified.
Edit: it actualy occurs when redirection response is also a redirection. It should recursively follow redirection until a certain configurable limit (followRedirect: number = 10
)