Explorar o código

fix missing close(connection)

StalderT %!s(int64=7) %!d(string=hai) anos
pai
achega
46dc5d959c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      plugins/ua_network_tcp.c

+ 1 - 0
plugins/ua_network_tcp.c

@@ -199,6 +199,7 @@ connection_recv(UA_Connection *connection, UA_ByteString *response,
     /* The remote side closed the connection */
     if(ret == 0) {
         UA_ByteString_deleteMembers(response);
+        connection->close(connection);
         return UA_STATUSCODE_BADCONNECTIONCLOSED;
     }