gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 182/220: ngtcp2: on h3 stream close, call expire


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 182/220: ngtcp2: on h3 stream close, call expire
Date: Thu, 12 Sep 2019 17:29:02 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 7bac3135dfb0a71d367894b25c1debfe4fb54106
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 28 14:39:07 2019 +0200

    ngtcp2: on h3 stream close, call expire
    
    ... to trigger a new read to detect the stream close!
    
    Closes #4275
---
 lib/vquic/ngtcp2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c
index 19e4a8023..d98be181c 100644
--- a/lib/vquic/ngtcp2.c
+++ b/lib/vquic/ngtcp2.c
@@ -703,7 +703,7 @@ static int cb_h3_stream_close(nghttp3_conn *conn, int64_t 
stream_id,
   fprintf(stderr, "cb_h3_stream_close CALLED\n");
 
   stream->closed = TRUE;
-
+  Curl_expire(data, 0, EXPIRE_QUIC);
   return 0;
 }
 

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



reply via email to

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