←back to thread

306 points carlos-menezes | 2 comments | | HN request time: 0.001s | source
Show context
ec109685 ◴[] No.41891809[source]
Meanwhile fast.com (and presumably netflix cdn) is using http 1.1 still.
replies(1): >>41891875 #
dan-robertson ◴[] No.41891875[source]
Why do you need multiplexing when you are only downloading one (video) stream? Are there any features of http/2 that would benefit the Netflix use case?
replies(1): >>41892018 #
1. jeltz ◴[] No.41892018[source]
QUIC handles packet loss better. But I do not think there is any benefit from HTTP2.
replies(1): >>41894756 #
2. dan-robertson ◴[] No.41894756[source]
Yeah I was thinking the same thing – in some video contexts with some video codecs you may care more about latency and may be able to get a video codec that can cope with packet loss instead of requiring retransmission – except it seemed it wouldn’t apply too much to Netflix where the latency requirement is lower and so retransmission ought to be fine.

Maybe one advantage of HTTP/3 would be handling ip changes but I’m not sure this matters much because you can already resume downloads fine in HTTP/1.1 if the server supports range requests (which it very likely does for video)