Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/a1e0e9864b8458754b1a6df05c3314bf6360aa39?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add comment about the need to investigate if we need to use 'disconnect' or not.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@118 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent e9e5b4dd44
commit a1e0e9864b

@ -327,6 +327,7 @@ void NetworkConnection::close() {
/*
*/
// TODO: Determine if we need/want the disconnect (see pg 26 W5100)
::close(_socket);
disconnect(_socket);
}

Loading…
Cancel
Save