Sha256: e30844f2de2a7c5d0ad3ead5f670524e0261ae430dcfd51d7ec692f5164edd75
Contents?: true
Size: 360 Bytes
Versions: 8
Compression:
Stored size: 360 Bytes
Contents
# encoding: binary # frozen_string_literal: true module WebSocket module Frame module Handler class Handler04 < Handler03 private # The only difference between draft 03 framing and draft 04 framing is # that the MORE bit has been changed to a FIN bit def fin true end end end end end
Version data entries
8 entries across 8 versions & 3 rubygems