This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
DefaultHttpResponse does not account for other redirect status codes #735
Status codes 303, 307, & 308 are valid redirect codes and should be incorporated into
DefaultHttpResponse. My guess is that 303 probably isn't a big deal, but the other 2 should definitely be handled.