raku-community-modules / HTTP-Easy

Make HTTP servers (with PSGI support) easily with Raku
Artistic License 2.0
16 stars 19 forks source link

Dataless connection fix #18

Closed timo closed 10 years ago

timo commented 10 years ago

firefox will open up connections and not send anything, then a timeout happens and our recv ends up returning Any.

we used to crash, now we'll just close the socket and move on.

azawawi commented 10 years ago

:+1: