Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 325d60e

Browse files
committed
Revert "Fixed #1"
This reverts commit 7737242.
1 parent 7737242 commit 325d60e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ktt/lib/httpserver/RequestHandler.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,12 @@ final void _consume(ExchangePacket packet) {
3737
handle(packet);
3838
} catch (IOException e) {
3939
throw new UncheckedIOException(e);
40-
} catch (Exception e) {
41-
throw new RuntimeException(e);
4240
}
4341
}else{
4442
try {
4543
packet.send(HTTPCode.HTTP_Unauthorized);
4644
} catch (IOException e) {
4745
throw new UncheckedIOException(e);
48-
} catch (Exception e) {
49-
throw new RuntimeException(e);
5046
}
5147
}
5248
packet.close();

0 commit comments

Comments
 (0)