HTTP/2 server push, the Mirage dataset of Android packet traces, preventing BGP route leaks, Passive Optical Networks
Server push is a feature of the HTTP/2 protocol that enables a server to send an HTTP/2 response before the client sent a request. This feature was included in the HTTP/2 specification to speedup web transfers by enabling the servers to send objects that will be requested later by the clients. In practice, it was very difficult to deploy this feature on servers. Chrome disabled it two years ago and the Firefox developers also intend to remove this feature. If you want to experiment with server push, it remains supported by libcurl.