Skip to content

Commit

Permalink
Oops, bad cut and paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
stormbrew committed Mar 17, 2010
1 parent e99c3f9 commit a7e243c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection_finder.cpp
Expand Up @@ -224,7 +224,7 @@ void connection_finder::data_readable(buffered_connection &con)
}
}

con.write(header_version + " 100 Continue\r\n");
con.write("HTTP/1.1 100 Continue\r\n");
set_timeout_by_type(con);

find_connection(con);
Expand Down

0 comments on commit a7e243c

Please sign in to comment.