Subject: | t/disconnect.t doesn't pass |
bash$ perl -Ilib t/disconnect.t
ok 1 - got empty response to empty request
not ok 2 - got empty response to incomplete header request
1..2
After re-enabling diagnostic messages, it turned out the server really
responds with a
qq{HTTP/1.0 400 Bad Request
Content-Type: text/plain
}
Is that OK (i.e. the test should be fixed), or is that not OK?