Skip to content

Proxy issue #220

Description

@joachim-jansen

Hi,
I have an issue with a proxy containing multiple lines:

image001

$parts = explode("\r\n\r\n", $response, 3);
$isThreePartResponse = (strpos($parts[0], "\n") === false && strpos($parts[0], 'HTTP/1.') === 0);

$parts[0] contains a newline so it's not considered as a three part response.

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