lib/async/http/protocol/request.rb in async-http-0.76.0 vs lib/async/http/protocol/request.rb in async-http-0.77.0

- old
+ new

@@ -1,13 +1,13 @@ # frozen_string_literal: true # Released under the MIT License. # Copyright, 2017-2024, by Samuel Williams. -require 'protocol/http/request' -require 'protocol/http/headers' +require "protocol/http/request" +require "protocol/http/headers" -require_relative '../body/writable' +require_relative "../body/writable" module Async module HTTP module Protocol # Failed to send the request. The request body has NOT been consumed (i.e. #read) and you should retry the request.