Skip to content

Commit

Permalink
update jspx
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Oct 15, 2020
1 parent 063097a commit 37de4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/tunnel.jspx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
hin = conn.getInputStream();
} else {
hin = conn.getErrorStream();
if (hin == null){
response.setStatus(HTTPCODE);
return;
}
}

ServletOutputStream outputStream = response.getOutputStream();
Expand Down

0 comments on commit 37de4fd

Please sign in to comment.