Skip to content

Commit

Permalink
Update import for H2StreamResetException
Browse files Browse the repository at this point in the history
Motivation:

`H2StreamResetException` was moved in apple#1304, but used old location in apple#1307.
Those PRs were merged concurrently without updating the import.

Modifications:

- Update import for `H2StreamResetException` in `H2ResponseCancelTest`;

Result:

Build does not fail.
  • Loading branch information
idelpivnitskiy committed Jan 13, 2021
1 parent 828883e commit 7acdd05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import io.servicetalk.http.api.StreamingHttpResponse;
import io.servicetalk.http.api.StreamingHttpResponseFactory;
import io.servicetalk.http.api.StreamingHttpServiceFilter;
import io.servicetalk.http.netty.H2ToStH1Utils.H2StreamResetException;
import io.servicetalk.http.netty.Http2Exception.H2StreamResetException;
import io.servicetalk.transport.api.TransportObserver;

import org.junit.Test;
Expand Down

0 comments on commit 7acdd05

Please sign in to comment.