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