()
| 119 | } |
| 120 | |
| 121 | func (r *readCloser) Close() error { |
| 122 | r.closed = true |
| 123 | return r.err |
| 124 | } |
| 125 | |
| 126 | func TestLambdaFunctionURLStreamingResponsePropogatesInnerClose(t *testing.T) { |
| 127 | for _, test := range []struct { |
no outgoing calls
no test coverage detected