You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/04/20 05:21:25 UTC

[trafficserver] branch quic-latest updated: Set FIN bit to request from quic client

This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 10540fb  Set FIN bit to request from quic client
10540fb is described below

commit 10540fb9a42b6426835ebdb26ee468ac4df9ad95
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Fri Apr 20 14:16:17 2018 +0900

    Set FIN bit to request from quic client
---
 cmd/traffic_quic/quic_client.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/traffic_quic/quic_client.cc b/cmd/traffic_quic/quic_client.cc
index 2396414..2729f6d 100644
--- a/cmd/traffic_quic/quic_client.cc
+++ b/cmd/traffic_quic/quic_client.cc
@@ -128,6 +128,7 @@ QUICClientApp::start(const char *path)
   QUICStreamIO *stream_io = this->_find_stream_io(stream_id);
 
   stream_io->write(reinterpret_cast<uint8_t *>(request), request_len);
+  stream_io->shutdown();
   stream_io->write_reenable();
 }
 

-- 
To stop receiving notification emails like this one, please contact
masaori@apache.org.