rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

Make FrameHeader's fields public, put it in it's own header #774

Closed alexmalyshev closed 7 years ago

alexmalyshev commented 7 years ago

Part of making Frame.{cpp,h} smaller.

Also get rid of the NDEBUG case of not setting the FrameType in the default constructor. This won't affect performance.