tokuhirom / p6-Crust

PSGI library stack for Perl6
Artistic License 2.0
66 stars 18 forks source link

Alter to work with the updated FastCGI::NativeCall::PSGI #100

Open jonathanstowe opened 6 years ago

jonathanstowe commented 6 years ago

The newer API can take the parameters directly without needing to construct a separate FastCGI::NativeCall.

Also provide the ability to work as a normal FCGI script under Apache/mod_fcgid by providing sock => 0 to the constructor.

tokuhirom commented 6 years ago

hmm. test looks failed. could you check it?

jonathanstowe commented 6 years ago

It looks like the Crust::Middleware::Lint test that I PR'd earlier in the #99 (Though I'm not sure that is right now,) but it's a pre-existing failure :)