Skip to content

BPPharoPlatform>>#handleRequest: contains commented-out code to strip NULL characters from the response #22

@Rinzwind

Description

@Rinzwind

There's some code in the method BPPharoPlatform>>#handleRequest: to strip trailing NULL characters from the response:

"Carsten Haerle: Why is that necessary? Is it possible to have trailing zeros? Not not be necessary."
"contents := contents copyFrom:1 to: (contents findLast: [:c | c asInteger ~= 0 ])."

Either that can be removed, or it should be re-enabled again. Based on the change done in 83ad7f2, I would say it might still be necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions