diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2022-09-12 08:32:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 08:32:34 +0200 |
commit | fe03724176dcfd20e0f9a6e493198469242be6b6 (patch) | |
tree | 2245c24a6c4ef9c7d4010d1b61827850592777a3 /ACE/apps/JAWS/stress_testing/http_tester.cpp | |
parent | 41a1f3bc12f780cc087c936ab53d1074f363b630 (diff) | |
parent | 00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff) | |
download | ATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz |
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
Diffstat (limited to 'ACE/apps/JAWS/stress_testing/http_tester.cpp')
-rw-r--r-- | ACE/apps/JAWS/stress_testing/http_tester.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/apps/JAWS/stress_testing/http_tester.cpp b/ACE/apps/JAWS/stress_testing/http_tester.cpp index da5f08a741c..dc41907a37e 100644 --- a/ACE/apps/JAWS/stress_testing/http_tester.cpp +++ b/ACE/apps/JAWS/stress_testing/http_tester.cpp @@ -62,7 +62,6 @@ client_thread(void *data) } int driver(char *id, int total_num, float requests_sec, char *url1, float p1, char *url2, float p2, char *url3, float p3, int tcp_nodelay, int sockbufsiz) { - // construct the client parameters packet Client_Parameters::tcp_nodelay = tcp_nodelay; |