gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 103/222: quiche: don't close connection at end of stream!


From: gnunet
Subject: [gnurl] 103/222: quiche: don't close connection at end of stream!
Date: Thu, 07 Nov 2019 00:09:59 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit b6532b809f566462b9df984500c0b3f55eef6399
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Sep 26 16:06:11 2019 +0200

    quiche: don't close connection at end of stream!
---
 lib/vquic/quiche.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c
index 7924ea55b..55381def0 100644
--- a/lib/vquic/quiche.c
+++ b/lib/vquic/quiche.c
@@ -459,9 +459,7 @@ static ssize_t h3_stream_recv(struct connectdata *conn,
       break;
 
     case QUICHE_H3_EVENT_FINISHED:
-      if(quiche_conn_close(qs->conn, true, 0, NULL, 0) < 0) {
-        ;
-      }
+      streamclose(conn, "End of stream");
       recvd = 0; /* end of stream */
       break;
     default:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]