Skip to content

Commit

Permalink
more consistent descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 27, 2015
1 parent f877d2a commit 6ca4ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/connect-proxy.pl
Expand Up @@ -37,7 +37,7 @@
}

# Start forwarding data in both directions
say "Forwarding to $address:$port.";
say "Forwarding to $address:$port";
Mojo::IOLoop->stream($client)
->write("HTTP/1.1 200 OK\x0d\x0a"
. "Connection: keep-alive\x0d\x0a\x0d\x0a");
Expand Down
2 changes: 1 addition & 1 deletion examples/microhttpd.pl
Expand Up @@ -33,7 +33,7 @@

print <<'EOF';
Starting server on port 8080.
Try something like "wrk -c 100 -d 10s http://127.0.0.1:8080/" for testing.
For testing use something like "wrk -c 100 -d 10s http://127.0.0.1:8080/".
On a MacBook Air this results in about 18k req/s.
EOF

Expand Down

0 comments on commit 6ca4ba7

Please sign in to comment.