Commit 46aac195 authored by Geoff Simmons's avatar Geoff Simmons

bugfix the test for the %u formatter

parent f45d5d1c
......@@ -1192,6 +1192,7 @@ static const char
init_tx_arg(&tx, node, nptr, &args);
init_hdr_recs(&tx, SLT_ReqHeader);
init_hdr_recs(&tx, SLT_BereqHeader);
args.hdr_idx = 0;
#define BASIC_AUTH_PAYLOAD "Authorization: Basic dmFybmlzaDo0ZXZlcg=="
init_rec_chunk(SLT_ReqHeader, &rec_req, &chunk_req);
......
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