pans
2017-08-09 02aab60af4ebfadb0a51d44135c734d91430e11d
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.
};