aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-02-09 22:58:01 +0000
committerMatthew Wild <mwild1@gmail.com>2023-02-09 22:58:01 +0000
commitfbfe255e12c980024d4147a77c5de1c3f727016c (patch)
tree76272fd2c00ff66e34a373bfda1a1cd430e51adb /spec
parent8bc31437bc1431ca13f1f96e3ddf52633fa99303 (diff)
parent0fd88a07a4951d6e06e20f7c3dcc5c115cd78ace (diff)
downloadprosody-fbfe255e12c980024d4147a77c5de1c3f727016c.tar.gz
prosody-fbfe255e12c980024d4147a77c5de1c3f727016c.zip
Merge 0.12->trunk
Diffstat (limited to 'spec')
-rw-r--r--spec/net_http_parser_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/net_http_parser_spec.lua b/spec/net_http_parser_spec.lua
index f71cad20..ed70c431 100644
--- a/spec/net_http_parser_spec.lua
+++ b/spec/net_http_parser_spec.lua
@@ -87,7 +87,7 @@ o
]],
{
- body = "Hello", count = 2;
+ body = "Hello", count = 3;
}
);
end);
@@ -116,7 +116,7 @@ o
]],
{
- body = "Hello", count = 3;
+ body = "Hello", count = 4;
}
);
end);
@@ -129,7 +129,7 @@ o
assert.equal("25930f021785ae14053a322c2dbc1897c3769720", sha1(data, true), "test data malformed");
test_stream(data, {
- body = string.rep("~", 11085), count = 2;
+ body = string.rep("~", 11085), count = 3;
});
end);
end);