583222f9cf4c76589178a746f1ae5fe1e6ac13380f95c98d7e1473ae75de85df1375876050409d7ddc16f101993c3e1574ebdf0ebf1821d7a7b10e67d2b3b6 375 B

123456789101112
  1. # obuf - Offset buffer implementation.
  2. Byte buffer specialized for data in chunks with special cases for dropping
  3. bytes in the front, merging bytes in to various integer types and
  4. abandoning buffer without penalty for previous chunk merges.
  5. Used in spyd-transport, part of spdy support for http2.
  6. This software is licensed under the MIT License.
  7. By Fedor Indutny, 2015.