diff --git a/lib/httpx/plugins/stream_bidi.rb b/lib/httpx/plugins/stream_bidi.rb index fbda09c2..ddf3e1ec 100644 --- a/lib/httpx/plugins/stream_bidi.rb +++ b/lib/httpx/plugins/stream_bidi.rb @@ -127,7 +127,7 @@ module HTTPX end # noop - def log(**); end + def log(**, &_); end def to_io @pipe_read.to_io