tokuhirom / p6-Crust

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

Allow p6sgi.input to be a blob/buf #61

Open retupmoca opened 8 years ago

tokuhirom commented 8 years ago

Why do you allow Blob?

retupmoca commented 8 years ago

SCGI sets p6sgi.input to be a Blob, and it looks like FCGI::NativeCall::PSGI does as well (which means one built-in handler is currently broken when POSTing). I don't know what P6SGI spec is or should be, but the current modules seem to be passing a Blob instead of a handle.