summaryrefslogtreecommitdiff
path: root/framing/framing_test.go
AgeCommit message (Collapse)Author
2014-05-14Change the framing Encoder/Decoder to take the destination slice.Yawning Angel
In theory this is easier on the garbage collector. Probably could reuse more of the intermediary buffers by stashing them in the connection state, but that makes the code kind of messy. This should be an improvement.
2014-05-09Initial import.Yawning Angel