raku-community-modules / HTTP-Server-Async

Raku HTTP::Server::Async
Artistic License 2.0
18 stars 15 forks source link

Fix hang on timeout #29

Closed nicqrocks closed 7 years ago

nicqrocks commented 7 years ago

$_<connection> wanted a Blob instead of a Str, and would throw an exception whether or not the connection was closed. This caused it to never close the connection, but still remove it from the @!connects array.