Open
Description
If the server responds with "\n\r" for line feeds, instead of the more common "\n", HTTP::Tiny will incorrectly assume it received two line feeds. It will then throw the ambiguous, unhelpful error as seen below:
$VAR1 = {
'url' => '<URL to server sending out "\n\r" as a line feed>',
'reason' => 'Internal Exception',
'content' => 'Unexpected end of stream while looking for line
',
'success' => '',
'headers' => {
'content-length' => 48,
'content-type' => 'text/plain'
},
'status' => 599
};
Metadata
Metadata
Assignees
Labels
No labels