Skip to content

Commit

Permalink
test: fix test to reflect lack of HTTP 0.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jul 9, 2015
1 parent f8d51bf commit 5d37927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-https-foafssl.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ server.listen(common.PORT, function() {
server.close();
});

client.stdin.write('GET /\r\n');
client.stdin.write('GET / HTTP/1.0\r\n\r\n');

client.on('error', function(error) {
throw error;
Expand Down

0 comments on commit 5d37927

Please sign in to comment.