1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/AvocadoDB into devel

This commit is contained in:
Jan Steemann 2012-04-24 10:47:42 +02:00
commit f4846248a7
1 changed files with 2 additions and 2 deletions

View File

@ -398,10 +398,10 @@ namespace triagens {
// -----------------------------------------------------------------------------
bool SimpleHttpClient::close () {
if (_isConnected) {
if (_socket != -1) {
::close(_socket);
_isConnected = false;
}
_isConnected = false;
reset();