@@ -539,8 +539,7 @@ |
||
| 539 | 539 | protected function filterResponse(string $response): string |
| 540 | 540 | { |
| 541 | 541 | // fix Log4j2 warning |
| 542 | - $response = trim(str_replace |
|
| 543 | - ( |
|
| 542 | + $response = trim(str_replace( |
|
| 544 | 543 | 'WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.', |
| 545 | 544 | '', |
| 546 | 545 | $response |
@@ -646,7 +646,8 @@ |
||
| 646 | 646 | if($this->fetcherName) { |
| 647 | 647 | $headers[] = "fetcherName:$this->fetcherName"; |
| 648 | 648 | $headers[] = "fetchKey:$file"; |
| 649 | - } else { |
|
| 649 | + } |
|
| 650 | + else { |
|
| 650 | 651 | $headers[] = "fileUrl:$file"; |
| 651 | 652 | } |
| 652 | 653 | } |