File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2018-2025 , by Samuel Williams.
4+ # Copyright, 2018-2026 , by Samuel Williams.
55# Copyright, 2020, by Bruno Sutic.
66# Copyright, 2025, by Jean Boussier.
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2017-2025 , by Samuel Williams.
4+ # Copyright, 2017-2026 , by Samuel Williams.
55
66module Async
77 module HTTP
Original file line number Diff line number Diff line change 22
33# Released under the MIT License.
44# Copyright, 2020, by Bruno Sutic.
5- # Copyright, 2020-2025 , by Samuel Williams.
5+ # Copyright, 2020-2026 , by Samuel Williams.
66
77require "async"
88require "async/http/body/pipe"
@@ -57,12 +57,12 @@ def before
5757 with "reactor going out of scope" do
5858 it "finishes" do
5959 # ensures pipe background tasks are transient
60- Async { pipe }
60+ Async { pipe }
6161 end
6262
6363 with "closed pipe" do
6464 it "finishes" do
65- Async { pipe . close }
65+ Async { pipe . close }
6666 end
6767 end
6868 end
You can’t perform that action at this time.
0 commit comments