File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/test/java/com/ning/http/client/async Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ public void postRedirectGet307Test() throws Exception {
73
73
74
74
private void doTestNegative (final int status , boolean strict ) throws Exception {
75
75
AsyncHttpClient p = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setFollowRedirects (true ).setStrict302Handling (strict ).addResponseFilter (new ResponseFilter () {
76
- @ Override
77
76
public FilterContext filter (FilterContext ctx ) throws FilterException {
78
77
// pass on the x-expect-get and remove the x-redirect
79
78
// headers if found in the response
@@ -108,7 +107,6 @@ public void onThrowable(Throwable t) {
108
107
109
108
private void doTestPositive (final int status ) throws Exception {
110
109
AsyncHttpClient p = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setFollowRedirects (true ).addResponseFilter (new ResponseFilter () {
111
- @ Override
112
110
public FilterContext filter (FilterContext ctx ) throws FilterException {
113
111
// pass on the x-expect-get and remove the x-redirect
114
112
// headers if found in the response
You can’t perform that action at this time.
0 commit comments