Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ACE/tests/NonBlocking_Conn_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Svc_Handler::handle_close (ACE_HANDLE handle, ACE_Reactor_Mask mask)
using CONNECTOR = ACE_Connector<Svc_Handler, ACE_SOCK_Connector>;

static const char* hosts[] = {
"www.russiantvguide.com:80",
"tweakers.net:80",
"news.bbc.co.uk:80",
"www.cnn.com:80",
"www.waca.com.au:80",
Expand Down
Loading