raku-community-modules / HTTP-Server-Async

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

Small fixes: deprecation and outdated test case. #4

Closed timo closed 10 years ago

timo commented 10 years ago

removes a deprecation warning and syncs 01_request.t with the implementation (response sets Connection: close, but the test doesn't expect it to show up)

We may want to not rely on the ordering of the headers in the future, that may or may not change based on implementations etc ... So perhaps we want to split the @data[1] by "\r\n" and do a set comparison?

tony-o commented 10 years ago

Thank you @timo!