Skip to content

Commit

Permalink
NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Feb 29, 2024
1 parent 8ac6c3a commit e4abf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sshtools/uhttpd/UHTTPD.java
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@ public final static class Transaction {
private Optional<HandlerSelector> selector = Optional.empty();
private final String urlHost;
private final String uri;
private Optional<Throwable> error;
private Optional<Throwable> error = Optional.empty();
private Path fullContextPath;
private WritableByteChannel responseChannel;
private boolean responseStarted;
Expand Down

0 comments on commit e4abf87

Please sign in to comment.