- 17 Apr, 2020 2 commits
- 15 Apr, 2020 2 commits
-
-
Stephane Bortzmeyer authored
-
Stephane Bortzmeyer authored
-
- 14 Apr, 2020 6 commits
-
-
alex authored
HTTP/2 streams Closes #26 and #8 See merge request bortzmeyer/homer!11
-
Alexandre authored
-
alex authored
Remove short option for debug See merge request bortzmeyer/homer!15
-
Alexandre authored
Short option -d is already in use as the short option for --delay
-
Alexandre authored
-
Stéphane Bortzmeyer authored
Option debug Closes #25 See merge request bortzmeyer/homer!14
-
- 10 Apr, 2020 4 commits
- 09 Apr, 2020 7 commits
-
-
alex authored
Calculate time for each requests. Closes #26 See merge request bortzmeyer/homer!13
-
Alexandre authored
These tests use curl output to assess if the behavior is right or not. However, the curl output can not be reliable in the current situation where we look for a multiplexed connection, but curl might have decided to reuse the connection if it is available.
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
This allows to establish the connection to the server and to instantiate the multi interface. Without this all the handles are created and added to the multi interface. When we run the multi_perform no connection is already established putting all the handles except one in a waiting mode. This seems to have an impact on the timer of each transfer (they start too early not reflecting the real elapsed time).
-
Alexandre authored
-
- 08 Apr, 2020 1 commit
-
-
Alexandre authored
-
- 07 Apr, 2020 10 commits
-
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
With HTTP/2 streams, multiple transfers occur simultaneously. The received data is stored in the corresponding handle as it is received. Then the data is parsed, checked and displayed. With the --sync option, the data is only parsed after the last transfer is completed. Therefore all the received data are parsed, checked and displayed synchronously. However the data is still received asynchronously.
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Stéphane Bortzmeyer authored
Catch exceptions See merge request bortzmeyer/homer!10
-
- 06 Apr, 2020 3 commits
- 03 Apr, 2020 1 commit
-
-
Alexandre authored
-
- 01 Apr, 2020 4 commits