# File lib/unicorn/tee_input.rb, line 83
def
read
(
*
args
)
@socket
?
tee
(
super
)
:
@tmp
.
read
(
*
args
)
end