Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "IOBufQueue: chain length not cached" exception
Summary: We create `inputQueueCopy` without the `folly::IOBufQueue::cacheChainLength()` option, then assign it to `inputQueue_` and use `.chainLength()`. This diff fixes `inputQueueCopy` to be created with a cached length. Reviewed By: ckwalsh Differential Revision: D2908010 fb-gh-sync-id: 25f1a9ededa5d8341535be23a89d0fd971db85d5
- Loading branch information