Skip to content
  • Alexandre's avatar
    With HTTP/2 streams perform the first query alone · 6ae3cef7
    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).
    6ae3cef7