Sha256: d5d7c23d6369c35ecc648a4b3bbcdf3dfaa7d72eedfbfaa2ffb28f2c215b00d8
Contents?: true
Size: 298 Bytes
Versions: 19
Compression:
Stored size: 298 Bytes
Contents
# encoding: BINARY module EventMachine module WebSocket # The only difference between draft 03 framing and draft 04 framing is # that the MORE bit has been changed to a FIN bit module Framing04 include Framing03 private def fin; true; end end end end
Version data entries
19 entries across 19 versions & 2 rubygems