Skip to content

Commit 186f99c

Browse files
committed
Just change a comment.
Signed-off-by: eiliya keshtkar <eiliyakeshtkar0@gmail.com>
1 parent 17904e7 commit 186f99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targeted/WebCacheDeception.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function sendGetWithOriginalHeaders(originalReqHeader, url) {
3838
var port = uri.getPort();
3939
msg.getRequestHeader().setHeader("Host", port > 0 && port !== 80 && port !== 443 ? host + ":" + port : host);
4040

41-
// Send it
41+
// Send it as manual request ( this will show in history )
4242
var sender = new HttpSender(
4343
Model.getSingleton().getOptionsParam().getConnectionParam(),
4444
true,

0 commit comments

Comments
 (0)