This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server push header added for http/2.0
Though we are using http/1.1 in express/nodejs, we are using CDN that supports http/2.0, this header will be sent to CDN server. This commit can not really benifit from that feature since nodejs doesn't support multiple headers with the same header name yet, see: - nodejs/node#3591 - expressjs/express#2845
- Loading branch information