michael-o edited a comment on pull request #212: URL: https://github.com/apache/httpcomponents-client/pull/212#issuecomment-618486877
@ok2c Looks good to me. I wonder why `SC_TEMPORARY_REDIRECT` and `SC_PERMANENT_REDIRECT` are not covered at all. @michael-o Those are newer status codes that do not imply any method conversion ``` 6.4.3. 302 Found ... Note: For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request. If this behavior is undesired, the 307 (Temporary Redirect) status code can be used instead. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
