New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP::Easy::PSGI fails to dispatch request #22
Comments
|
Lovely, more network related breakage. Probably due to horrid hacks working around previous breakage. |
|
IO:: namespace had major refactoring last month and removing this hack fixed the issue for me: https://github.com/supernovus/perl6-http-easy/blob/master/lib/HTTP/Easy.pm6#L58-61 HTTP::Easy responds (tested on OS X 10.7) and I can connect again using wget or LWP::Simple. I've also made Star 2013.05 RC2 release with those lines removed: http://bbkr.org/~bbkr/rakudo-star-2013.05-rc2.tar.gz. |
|
I have removed the hack from my repo. |
|
Now solved for the 2013.05 release. Thanks! |
Result:
Wget connects and stops on "awaiting response". When wget is killed dispatch is processed to
$appand%envis printed.The text was updated successfully, but these errors were encountered: