Skip to content

Commit ae4929a

Browse files
vietjslandelle
authored andcommitted
1 parent 96bba69 commit ae4929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public interface AsyncHttpClientConfig {
197197
* In the case of a POST/Redirect/Get scenario where the server uses a 302 for the redirect, should AHC respond to the redirect with a GET or whatever the original method was.
198198
* Unless configured otherwise, for a 302, AHC, will use a GET for this case.
199199
*
200-
* @return <code>true</code> if string 302 handling is to be used, otherwise <code>false</code>.
200+
* @return <code>true</code> if strict 302 handling is to be used, otherwise <code>false</code>.
201201
*/
202202
boolean isStrict302Handling();
203203

0 commit comments

Comments
 (0)