Skip to content

Commit defd52a

Browse files
committed
clean for pull request
1 parent ee3af54 commit defd52a

File tree

1 file changed

+1
-2
lines changed
  • websocket/websocket-vs-rest/src/main/webapp

1 file changed

+1
-2
lines changed

websocket/websocket-vs-rest/src/main/webapp/rest.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ function restEchoText() {
7171
payload += "x";
7272
}
7373
restStartTime = new Date().getTime();
74-
7574
for (var i = 0; i < times.value; i++) {
76-
xhr.open("POST", restUri, false);
75+
xhr.open("POST", restUri, false);
7776
xhr.send(payload);
7877
restSendBar.value += 100 / times.value;
7978
}

0 commit comments

Comments
 (0)