File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ const struct message responses[] =
553
553
"Expires: Tue, 26 May 2009 11:11:49 GMT\r\n"
554
554
"Cache-Control: public, max-age=2592000\r\n"
555
555
"Server: gws\r\n"
556
- "Content-Length: 219\r\n"
556
+ "Content-Length: 219 \r\n"
557
557
"\r\n"
558
558
"<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n"
559
559
"<TITLE>301 Moved</TITLE></HEAD><BODY>\n"
@@ -574,7 +574,7 @@ const struct message responses[] =
574
574
, { "Expires" , "Tue, 26 May 2009 11:11:49 GMT" }
575
575
, { "Cache-Control" , "public, max-age=2592000" }
576
576
, { "Server" , "gws" }
577
- , { "Content-Length" , "219" }
577
+ , { "Content-Length" , "219 " }
578
578
}
579
579
,.body = "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n"
580
580
"<TITLE>301 Moved</TITLE></HEAD><BODY>\n"
You can’t perform that action at this time.
0 commit comments