Skip to content

reader-handler: remove incorrect check for NUL

Michael Catanzaro requested to merge mcatanzaro/reader-handler-followup into master

The resource data is not a string and can contain embedded NULs, including in the first position.

Merge request reports