Return location header in error of #79

DAV[DATA]: PROPFIND /.well-known/carddav
INFO[NOTICE]: SnappyMail\HTTP\Exception: 301 Moved Permanently
This commit is contained in:
djmaze 2021-04-09 09:03:39 +02:00
parent 118d996d3c
commit 5f153aeb8d

View file

@ -113,7 +113,7 @@ class Client
'Content-Type: application/xml'
));
if (300 <= $response->status) {
throw new \SnappyMail\HTTP\Exception('', $response->status);
throw new \SnappyMail\HTTP\Exception('', $response->status, $response);
}
/**