plow-technologies / servant-streaming

Support for servant requests and responses via the 'streaming' library
13 stars 3 forks source link

Handle redirects in servant-streaming-client #13

Open domenkozar opened 6 years ago

domenkozar commented 6 years ago

Right now, if response from the server is 301, the client will just not stream and return as if everything was OK.