hoaproject / Http

The Hoa\Http library.

Home Page:https://hoa-project.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong exception message

marmotz opened this issue · comments

In following code, i think the line 546 should be deleted:

Http/Response/Response.php

Lines 544 to 548 in 6d3e114

throw new Http\Exception(
'HTTP status is not well-formed: %s.',
0,
$status
);

My bad... I close this ticket

Why do you think it should be removed?

Because I misunderstood your code and the error message I had.

Sorry to have created a wrong issue.

That's OK :-).