tokuhirom / p6-Crust

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

Change %env<p6w.errors> to Supplier in HTTP::Message::P6W #96

Closed astj closed 7 years ago

astj commented 7 years ago

ref: #94

%env<p6w.errors> has became Supplier, but HTTP::Message::P6W still uses raw $*ERR.

(Btw very similar code is present in HTTP::Server::Tiny : https://github.com/tokuhirom/p6-HTTP-Server-Tiny/pull/52/files#diff-c0a58c1c98f8c011a1987d2167aa590dR12. Is it useful if I ship it as an independent module? Or it's too small to ship?)

tokuhirom commented 7 years ago

oops. thanks. I copy & pasted HandleSupplier today... I would appreciate it if you can release HandleSupplier.