removing non-existing file from the build
[folly.git] / folly / wangle / codec / README.md
1 Codecs are modeled after netty's codecs:
2
3 https://github.com/netty/netty/tree/master/codec/src/main/java/io/netty/handler/codec
4
5 Most of the changes are due to differing memory allocation strategies.