8000 [HttpFoundation] fixed typo (refs #5175) · symfony/symfony@3f51bc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f51bc0

Browse files
committed
[HttpFoundation] fixed typo (refs #5175)
1 parent 532334d commit 3f51bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/StreamedResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function setCallback($callback)
7676
*/
7777
public function prepare(Request $request)
7878
{
79-
if ('HTTP 1.0' != $request->server->get('SERVER_PROTOCOL')) {
79+
if ('HTTP/1.0' != $request->server->get('SERVER_PROTOCOL')) {
8080
$this->setProtocolVersion('1.1');
8181
}
8282

0 commit comments

Comments
 (0)
0