Commit 83e410eb authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Cut outdated comment referencing TFramedAsyncChannel

Summary: [Folly] Cut outdated comment referencing `TFramedAsyncChannel`.

Reviewed By: knekritz

Differential Revision: D7002980

fbshipit-source-id: 206ac77abf8882e26a5b98ad4229c7a645912947
parent 6dea6401
......@@ -57,8 +57,7 @@ const AsyncSocketException socketShutdownForWritesEx(
// TODO: It might help performance to provide a version of BytesWriteRequest that
// users could derive from, so we can avoid the extra allocation for each call
// to write()/writev(). We could templatize TFramedAsyncChannel just like the
// protocols are currently templatized for transports.
// to write()/writev().
//
// We would need the version for external users where they provide the iovec
// storage space, and only our internal version would allocate it at the end of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment