- 17 Apr, 2020 2 commits
- 15 Apr, 2020 1 commit
-
-
Stephane Bortzmeyer authored
-
- 14 Apr, 2020 2 commits
- 10 Apr, 2020 4 commits
- 09 Apr, 2020 5 commits
-
-
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 6 commits
-
-
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
-
- 06 Apr, 2020 3 commits
- 03 Apr, 2020 1 commit
-
-
Alexandre authored
-
- 01 Apr, 2020 2 commits
- 31 Mar, 2020 3 commits
- 27 Mar, 2020 9 commits
-
-
Alexandre authored
-
Alexandre authored
-
Stephane Bortzmeyer authored
-
Stephane Bortzmeyer authored
* Option to disable SNI. Addresses #18.
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Stephane Bortzmeyer authored
-
- 26 Mar, 2020 1 commit
-
-
Alexandre authored
-