Skip to content
Commit 3c3b6ea9 authored by Yuanle Song's avatar Yuanle Song
Browse files

client side is fully working.

- update "debug opts" to use putStrLn. no stupid quotes around string.
- add retry support for fetchBlockFromHttp (--block-max-retry)
- check http status code
  expect 200 on GET /rd/file.
  expect 206 on GET /file with Range header.
- handle http exceptions
- handle IOError at critical places.
- on client tool, use MaybeT to do early return, avoid shifting to the right.
- fix -f -v wrong option position in parser.
- other small fixes.
parent 4fb2c24c
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