# File lib/webmock/http_lib_adapters/net_http.rb, line 133
        def start_with_connect_without_finish  # :yield: http
          if block_given?
            begin
              do_start
              return yield(self)
            end
          end
          do_start
          self
        end