Actions
Bug #85491
closedGeneralUtility:getUrl with includeHeaders=2 uses GET instead of HEAD
Status:
Closed
Priority:
Must have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2018-07-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint
Description
With the introduction of Guzzle a major bug was introduced.
Calling GeneralUtility:getUrl
with includeHeaders=2 the method runs Guzzle with a GET request instead of a HEAD request fetching a lot more data than needed.
Actions