vladmunteanu / th2c

Tornado HTTP/2 Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add follow_redirects feature

vladmunteanu opened this issue · comments

Follow redirects if configured so, by identifying the next host and spawning a new client to handle the new request.

The new client should not auto_reconnect ( see #5 ).