dunglas / vulcain

🔨 Fast and idiomatic client-driven REST APIs.
https://vulcain.rocks
GNU Affero General Public License v3.0
3.51k stars 106 forks source link

Re-add Server Push tests #98

Closed dunglas closed 1 year ago

dunglas commented 1 year ago

Because of a bug in PHP, Server Push tests have been disabled in #97. We need to re-enable this.

Our options are:

  1. fix PHP
  2. use nghttp instead of PHP
  3. wait for https://github.com/golang/go/issues/18594