diff options
| author | Matthew Zipay <mattz@ninthtest.info> | 2019-11-03 16:30:31 -0500 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-11-04 07:03:52 -0800 |
| commit | b58fe9af2ea7043b372b0101b82bf9715afb7e0b (patch) | |
| tree | a8bd9996c7f84602d9e247fabbfd199f3e83fba4 /tests/httpclient.c | |
| parent | 96b7677ddc8e49da045ca770703df065f10db280 (diff) | |
| download | nng-b58fe9af2ea7043b372b0101b82bf9715afb7e0b.tar.gz nng-b58fe9af2ea7043b372b0101b82bf9715afb7e0b.tar.bz2 nng-b58fe9af2ea7043b372b0101b82bf9715afb7e0b.zip | |
change www.example.com SHA1 hash (document was updated 2019-10-17)
Diffstat (limited to 'tests/httpclient.c')
| -rw-r--r-- | tests/httpclient.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/httpclient.c b/tests/httpclient.c index 46950528..b804d666 100644 --- a/tests/httpclient.c +++ b/tests/httpclient.c @@ -27,9 +27,9 @@ #include "convey.h" #include "trantest.h" -const uint8_t example_sum[20] = { 0x0e, 0x97, 0x3b, 0x59, 0xf4, 0x76, 0x00, - 0x7f, 0xd1, 0x0f, 0x87, 0xf3, 0x47, 0xc3, 0x95, 0x60, 0x65, 0x51, 0x6f, - 0xc0 }; +const uint8_t example_sum[20] = { 0x4a, 0x3c, 0xe8, 0xee, 0x11, 0xe0, 0x91, + 0xdd, 0x79, 0x23, 0xf4, 0xd8, 0xc6, 0xe5, 0xb5, 0xe4, 0x1e, 0xc7, 0xc0, + 0x47 }; const uint8_t chunked_sum[20] = { 0x9b, 0x06, 0xfb, 0xee, 0x51, 0xc6, 0x42, 0x69, 0x1c, 0xb3, 0xaa, 0x38, 0xce, 0xb8, 0x0b, 0x3a, 0xc8, 0x3b, 0x96, |
