Skip to content

Make streams lower case but give a warning

Nicole Skidmore requested to merge lowerstreams into 2024-patches

The input_stream is always lower case but people often try "IFT" for instance.

Here the input_stream is made lower case if it is not but a WARNING is also given that this is happening

Merge request reports