# File lib/protocols/httpclient.rb, line 240
240:   def unbind
241:     if !@connected
242:       set_deferred_status :failed, {:status => 0} # YECCCCH. Find a better way to signal no-connect/network error.
243:     elsif (@read_state == :content and @content_length == nil)
244:       dispatch_response
245:     end
246:   end