http-interop / http-server-handler

Interface for PSR-15 server request handler
MIT License
20 stars 1 forks source link

1.1.0 seems to be broken #12

Closed michalbundyra closed 6 years ago

michalbundyra commented 6 years ago

Please see these tests: https://travis-ci.org/zendframework/zend-stratigility/jobs/332049603#L644

So the problem is only on the latest release. It's because the interface extends PSR-15 interface and method defined in the PSR-15 interface typehint against PST-15 interface, not as before interop interface. Basically 1.1.0 has a BC Break...

shadowhand commented 6 years ago

Okay, so we need to untag 1.1 and make it 2.0?

michalbundyra commented 6 years ago

I've just noted that I've opened issue in the wrong repository. http-server-handler is fine, the problem is only with http-server-middleware 1.1.0.