From 02aab60af4ebfadb0a51d44135c734d91430e11d Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 09 八月 2017 10:39:03 +0800
Subject: [PATCH] update capnproto include file

---
 VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/compat/http.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/compat/http.h b/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/compat/http.h
index 98844ad..8d455cc 100644
--- a/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/compat/http.h
+++ b/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/compat/http.h
@@ -144,7 +144,7 @@
   //
   //     HttpHeaderId::HOST
   //
-  // TODO(soon): Fill this out with more common headers.
+  // TODO(0.7): Fill this out with more common headers.
 
 #define DECLARE_HEADER(id, name) \
   static const HttpHeaderId id;
@@ -433,7 +433,7 @@
   //
   // `url` and `headers` are invalidated when the returned promise resolves.
 
-  virtual kj::Promise<kj::Own<kj::AsyncIoStream>> connect(kj::StringPtr host);
+  virtual kj::Promise<kj::Own<kj::AsyncIoStream>> connect(kj::String host);
   // Handles CONNECT requests. Only relevant for proxy clients. Default implementation throws
   // UNIMPLEMENTED.
 };
@@ -494,7 +494,7 @@
   //
   // `url` and `headers` are invalidated when the returned promise resolves.
 
-  virtual kj::Promise<kj::Own<kj::AsyncIoStream>> connect(kj::StringPtr host);
+  virtual kj::Promise<kj::Own<kj::AsyncIoStream>> connect(kj::String host);
   // Handles CONNECT requests. Only relevant for proxy services. Default implementation throws
   // UNIMPLEMENTED.
 };

--
Gitblit v1.8.0