Hacker News new | ask | show | jobs
by psanford 2052 days ago
gRPC does not use PUSH_PROMISE. It uses HTTP/2 streams, but those streams all get initiated by the client.
1 comments

This 100%. There is so much confusion between HTTP/2 Push and and HTTP/2 bidirectional streaming capabilities, I personally had to go back to the Spec. to understand the difference because a lot of material just mixes them together. They are not the same thing.