mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
Update vendor of buildah and containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
4
vendor/github.com/docker/spdystream/handlers.go
generated
vendored
4
vendor/github.com/docker/spdystream/handlers.go
generated
vendored
@@ -30,7 +30,9 @@ func MirrorStreamHandler(stream *Stream) {
|
||||
}()
|
||||
}
|
||||
|
||||
// NoopStreamHandler does nothing when stream connects.
|
||||
// NoopStreamHandler does nothing when stream connects, most
|
||||
// likely used with RejectAuthHandler which will not allow any
|
||||
// streams to make it to the stream handler.
|
||||
func NoOpStreamHandler(stream *Stream) {
|
||||
stream.SendReply(http.Header{}, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user