ghedo / http2-push-nginx-module

*DEPRECATED* NGINX now supports HTTP/2 server push out of the box http://hg.nginx.org/nginx/rev/641306096f5b
BSD 2-Clause "Simplified" License
40 stars 5 forks source link

Avoid duplicate pushes #2

Closed StephanDollberg closed 7 years ago

StephanDollberg commented 7 years ago

Adds a per connection state to track the already pushed paths and avoid duplicate pushes.

Open questions:

StephanDollberg commented 7 years ago

Interesting, clang 3.4 and 3.9 disagree on C11.

StephanDollberg commented 7 years ago

clang 3.4 is happy now as well