# File lib/em/protocols/httpclient.rb, line 253
253:       def unbind
254:         if !@connected
255:           set_deferred_status :failed, {:status => 0} # YECCCCH. Find a better way to signal no-connect/network error.
256:         elsif (@read_state == :content and @content_length == nil)
257:           dispatch_response
258:         end
259:       end