curl from start to end - with Daniel Stenberg

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 9

  • @sillybuttons925
    @sillybuttons925 12 วันที่ผ่านมา +1

    I enjoyed the Q&A

  • @EkShunya
    @EkShunya 13 วันที่ผ่านมา +4

    its surprising your channel is not crazy famous

  • @Nowfel-w1i
    @Nowfel-w1i 10 วันที่ผ่านมา

    Thanks a lot.

  • @swapniladsul2364
    @swapniladsul2364 14 วันที่ผ่านมา

    Great explanation!

  • @rocketsamiyou
    @rocketsamiyou 13 วันที่ผ่านมา

    Thank you Daniel.

  • @KambizAsadzadeh
    @KambizAsadzadeh 14 วันที่ผ่านมา

    Thanks for this Daniel!

  • @ehza
    @ehza 14 วันที่ผ่านมา

    thanks

  • @DF-ss5ep
    @DF-ss5ep 9 วันที่ผ่านมา

    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  8 วันที่ผ่านมา

      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.