From 1ec5ff7b1443e4b205b953875fd876fd6e76fce0 Mon Sep 17 00:00:00 2001 From: pans <pans@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 09 八月 2017 12:22:33 +0800 Subject: [PATCH] capnproto update to 7.0dev --- 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 8d455cc..98844ad 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(0.7): Fill this out with more common headers. + // TODO(soon): 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::String host); + virtual kj::Promise<kj::Own<kj::AsyncIoStream>> connect(kj::StringPtr 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::String host); + virtual kj::Promise<kj::Own<kj::AsyncIoStream>> connect(kj::StringPtr host); // Handles CONNECT requests. Only relevant for proxy services. Default implementation throws // UNIMPLEMENTED. }; -- Gitblit v1.8.0