Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Jul 9, 2023
1 parent 4938d6b commit 9b94bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/tunnel.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
byte[] buff = new byte[Request.ContentLength];
Request.InputStream.Read(buff, 0, buff.Length);
String inputData = Encoding.Default.GetString(buff);
if (USE_REQUEST_TEMPLATE == 1 && inputData.Length > 0) {
requestDataHead = inputData.Substring(0, START_INDEX);
requestDataTail = inputData.Substring(inputData.Length - END_INDEX, END_INDEX);
Expand Down

0 comments on commit 9b94bc8

Please sign in to comment.