We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40030cc commit 7ab7402Copy full SHA for 7ab7402
benchmark/http_simple_bench.sh
@@ -42,7 +42,7 @@ ab_hello_world() {
42
data_fn="$dir/$date.data"
43
44
echo "Bench $name starts in 3 seconds..."
45
- # let shit calm down
+ # let things calm down
46
sleep 3
47
48
# hammer that as hard as it can for 10 seconds.
lib/dns.js
@@ -14,7 +14,7 @@ const isIp = net.isIP;
14
15
16
function errnoException(err, syscall, hostname) {
17
- // FIXME(bnoordhuis) Remove this backwards compatibility shite and pass
+ // FIXME(bnoordhuis) Remove this backwards compatibility nonsense and pass
18
// the true error to the user. ENOTFOUND is not even a proper POSIX error!
19
if (err === uv.UV_EAI_MEMORY ||
20
err === uv.UV_EAI_NODATA ||
0 commit comments