X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fhttpd-corner.t;h=89f2866b55682215811eec1e87b7abc269b4a4d3;hp=cbfc83327bddd8edd2316b226839d1b9b518e788;hb=4da62f284003d75abe7cb35594414eb2224f42bc;hpb=cffc7d4fc1c36169654f8447b23b3c5c43830eed diff --git a/t/httpd-corner.t b/t/httpd-corner.t index cbfc8332..89f2866b 100644 --- a/t/httpd-corner.t +++ b/t/httpd-corner.t @@ -544,7 +544,7 @@ SKIP: { } { - my $conn = conn_for($sock, '1.1 Connnection: close'); + my $conn = conn_for($sock, '1.1 Connection: close'); $conn->write("PUT /sha1 HTTP/1.1\r\nConnection:close\r\n"); delay(); $conn->write("Content-Length: $len\r\n\r\n$str");