We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b3d5d commit 4874337Copy full SHA for 4874337
src/main/connection.c
@@ -571,7 +571,10 @@ void li_connection_reset(liConnection *con) {
571
li_stream_reset(&con->in);
572
li_stream_reset(&con->out);
573
574
+ /* keep details of last request around until final cleanup in li_connection_reset2;
575
+ * don't actually do any "keepalive" here */
576
li_vrequest_reset(con->mainvr, TRUE);
577
+
578
li_stream_release(&con->in);
579
li_stream_release(&con->out);
580
0 commit comments