curl from start to end - with Daniel Stenberg

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 9

  • @sillybuttons925
    @sillybuttons925 10 дней назад +1

    I enjoyed the Q&A

  • @rocketsamiyou
    @rocketsamiyou 11 дней назад

    Thank you Daniel.

  • @KambizAsadzadeh
    @KambizAsadzadeh 12 дней назад

    Thanks for this Daniel!

  • @Nowfel-w1i
    @Nowfel-w1i 8 дней назад

    Thanks a lot.

  • @EkShunya
    @EkShunya 11 дней назад +4

    its surprising your channel is not crazy famous

  • @ehza
    @ehza 12 дней назад

    thanks

  • @swapniladsul2364
    @swapniladsul2364 12 дней назад

    Great explanation!

  • @DF-ss5ep
    @DF-ss5ep 7 дней назад

    If I could ask anything, it would be if there are big differences in how curl works and how browsers and other things do HTTP requests. Of course, at a high level, they all open a connection, establish TLS, and talk HTTP, but do they also use for example that algorithm for trying various IP addresses?

    • @DanielStenberg
      @DanielStenberg  6 дней назад

      In general and from the broader view, browsers work the same way as curl. They too do "happy eyeballs" to connect to new hosts etc. A big difference is that browsers tend to run for longer periods of time so they can take better advantage of caches etc, keep state and "remember" things between subsequent attempts and fetches.