Login
You're viewing the front-end.social public feed.

Replies

  • Aug 5, 2026, 8:54 AM

    @bagder iirc the big problem was that it's nearly always just adding overhead, and in case of HTTP2 doing Head-Of-Line blocking too, making it a net negative in almost all cases. In HTTP3 they fixed the HOL blocking, but it's still only useful if there is something the client wants, cannot know that it should request, and is very urgent / time-dependent to the point of needing a few RTTs saved. Which for regular web servers is extremely close to nothing... and arguably you could always have an active websocket on a channel in http2 or 3 that does exactly what your push would do to accomplish the same.

    💬 0🔄 0⭐ 1
  • 💬 0🔄 0⭐ 1