Commit 416c8d45 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Preemptively reduce to legal number of decimals

parent 747f35b7
......@@ -113,7 +113,7 @@ client c1 {
# ---
txreq -hdr "d-real: 0.010" -hdr "b-real: 2048.99999"
txreq -hdr "d-real: 0.010" -hdr "b-real: 2048.999"
rxresp
expect resp.http.duration == 1000000.010
expect resp.http.bytes == 2560
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment