Fix http_io to make it return path is nil
This commit is contained in:
parent
44f37504fb
commit
462b04f5b4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Gitlab
|
|||
|
||||
attr_reader :stream
|
||||
|
||||
delegate :close, :tell, :seek, :size, :path, :truncate, to: :stream, allow_nil: true
|
||||
delegate :close, :tell, :seek, :size, :path, :url, :truncate, to: :stream, allow_nil: true
|
||||
|
||||
delegate :valid?, to: :stream, as: :present?, allow_nil: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue