aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_iolists.erl
AgeCommit message (Collapse)Author
2019-03-25Make sure iolist split uses N lengthJosé Valim
The previous implementation would return "ok" under certain situations when more data could be fit into the buffer. By making "ok" explicitly mean length is 0, then we can simplify other parts of the codebase and fix a bug that could cause us to send less data then desired over the wire.
2018-06-04Update copyrightsLoïc Hoguin
2018-05-07Import cow_iolists from CowboyLoïc Hoguin