pans
2017-08-09 1ec5ff7b1443e4b205b953875fd876fd6e76fce0
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.
};