Implement timeout and retry count options for requests.
Pretty straightforward. Still don't like how I'm managing the options block. Struct? Accessors? Can't decide. But the options now speed up the unit test runs even as I add tests.
Showing
- indra/llcorehttp/_httpoprequest.cpp 16 additions, 5 deletionsindra/llcorehttp/_httpoprequest.cpp
- indra/llcorehttp/_httpoprequest.h 1 addition, 1 deletionindra/llcorehttp/_httpoprequest.h
- indra/llcorehttp/httpoptions.cpp 15 additions, 8 deletionsindra/llcorehttp/httpoptions.cpp
- indra/llcorehttp/httpoptions.h 22 additions, 7 deletionsindra/llcorehttp/httpoptions.h
- indra/llcorehttp/tests/test_httprequest.hpp 146 additions, 9 deletionsindra/llcorehttp/tests/test_httprequest.hpp
- indra/llcorehttp/tests/test_llcorehttp_peer.py 4 additions, 0 deletionsindra/llcorehttp/tests/test_llcorehttp_peer.py
Please register or sign in to comment