# File lib/em/protocols/stomp.rb, line 68
        def initialize
          @header = {}
          @state = :precommand
          @content_length = nil
        end