fix format

Signed-off-by: joecqupt <joe469391363@gmail.com>
Signed-off-by: jiangyuan <joe469391363@gmail.com>
This commit is contained in:
joecqupt
2025-03-17 22:47:18 +08:00
committed by jiangyuan
parent 7f6fcddc9f
commit a261d17b4e

View File

@@ -88,12 +88,6 @@ public abstract class RetryFilterFunctions {
});
}
/**
* reset attribute
*
* @param request
* @throws IOException
*/
private static void reset(ServerRequest request) throws IOException {
InputStream inputStream = MvcUtils.getAttribute(request, MvcUtils.CLIENT_RESPONSE_INPUT_STREAM_ATTR);
if (inputStream != null) {