about summary refs log tree commit homepage
path: root/t/httpd-corner.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-04-07 21:55:54 +0000
committerEric Wong <e@yhbt.net>2020-04-09 05:41:57 +0000
commit4da62f284003d75abe7cb35594414eb2224f42bc (patch)
treedd25b2c4be46c954176c2a85f14e13709bf5d5dd /t/httpd-corner.t
parentcffc7d4fc1c36169654f8447b23b3c5c43830eed (diff)
downloadpublic-inbox-4da62f284003d75abe7cb35594414eb2224f42bc.tar.gz
Dikshunarees R gude!
Diffstat (limited to 't/httpd-corner.t')
-rw-r--r--t/httpd-corner.t2
1 files changed, 1 insertions, 1 deletions
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");