Skip to content

Commit 3996c3a

Browse files
Merge branch '4.4' into 5.0
* 4.4: Fixed #35084 Add missing use statement [HttpClient] fix scheduling pending NativeResponse do not overwrite variable value [Profiler] wording Use spaces correctly to display options in DebugCommand X-Accel Nginx URL updated ticket-30197 [Validator] Add the missing translations for the Chinese (Taiwan) ("zh_TW") locale Fixed test added in #35022 Use locale_parse for computing fallback locales [Console] Fix filtering out identical alternatives when there is a command loader add note about HTTP status code change Migrate server:log command away from WebServerBundle [DependencyInjection][CheckTypeDeclarationsPass] Handle \Closure for callable [Security] Fix missing defaults for auto-migrating encoders bumped Symfony version to 4.4.3 updated VERSION for 4.4.2 updated CHANGELOG for 4.4.2
2 parents 5dd7f6b + 1047801 commit 3996c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryFileResponse.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function prepare(Request $request)
214214
}
215215
if ('x-accel-redirect' === strtolower($type)) {
216216
// Do X-Accel-Mapping substitutions.
217-
// @link http://wiki.nginx.org/X-accel#X-Accel-Redirect
217+
// @link https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/#x-accel-redirect
218218
$parts = HeaderUtils::split($request->headers->get('X-Accel-Mapping', ''), ',=');
219219
foreach ($parts as $part) {
220220
list($pathPrefix, $location) = $part;

0 commit comments

Comments
 (0)