Index: uspace/srv/net/tl/tcp/sock.c
===================================================================
--- uspace/srv/net/tl/tcp/sock.c	(revision a4ee3ab2f1ed28d4d0e6712e86f85657384a4787)
+++ uspace/srv/net/tl/tcp/sock.c	(revision 8fcf74fd5335a5f39aa5bfd787b0622a2999092d)
@@ -157,7 +157,4 @@
 	log_msg(LVL_DEBUG, " - success");
 	async_answer_0(callid, EOK);
-
-	/* Push one fragment notification to client's queue */
-	tcp_sock_notify_data(sock_core);
 }
 
@@ -264,4 +261,8 @@
 
 	async_answer_0(callid, rc);
+
+	/* Push one fragment notification to client's queue */
+	tcp_sock_notify_data(sock_core);
+	log_msg(LVL_DEBUG, "tcp_sock_listen(): notify conn\n");
 }
 
@@ -360,5 +361,4 @@
 	tcp_sock_notify_data(asock_core);
 	log_msg(LVL_DEBUG, "tcp_sock_listen(): notify aconn\n");
-
 }
 
