Tomcat: Delete unnecessary code. (#8286)

Delete unnecessary code.
This commit is contained in:
Henry Lin 2022-08-18 12:19:38 +02:00 committed by GitHub
parent 89650d9919
commit db700e3ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class Http11ProcessorDefaultServletFuzzer {
socket.close();
} catch (IOException e) {
throw new FuzzerSecurityIssueHigh("Should only throw IOException.");
}
}
}