# File lib/protocols/header_and_content.rb, line 76
76:             def receive_binary_data text
77:                 @hc_content = text
78:                 dispatch_request
79:             end