fixed typo in unit test

This commit is contained in:
Arvid Norberg 2010-10-31 03:08:12 +00:00
parent f57e1dd622
commit c861d0344d
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ void web_server_thread(int* port, bool ssl, bool chunked)
if (path == "/infinite_redirect")
{
extra_header[0] = "Location: /infinite_redirext\r\n";
extra_header[0] = "Location: /infinite_redirect\r\n";
send_response(s, ec, 301, "Moved Permanently", extra_header, 0);
break;
}