Skip to content

Conversation

rubencm
Copy link
Contributor

@rubencm rubencm commented Jul 13, 2018

Q A
Branch? 2.8
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #27924
License MIT
Doc PR No

@fabpot
Copy link
Member

fabpot commented Jul 13, 2018

Thank you @rubencm.

@fabpot fabpot merged commit 51a49c7 into symfony:2.8 Jul 13, 2018
fabpot added a commit that referenced this pull request Jul 13, 2018
…etNotModified() is called (rubencm)

This PR was merged into the 2.8 branch.

Discussion
----------

[HttpFoundation] reset callback on StreamedResponse when setNotModified() is called

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #27924
| License       | MIT
| Doc PR        | No

Commits
-------

51a49c7 [HttpFoundation] reset callback on StreamedResponse when setNotModified() is called
fabpot added a commit that referenced this pull request Sep 18, 2018
…Modified() (nicolas-grekas)

This PR was merged into the 2.8 branch.

Discussion
----------

[HttpFoundation] don't override StreamedResponse::setNotModified()

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Alternative implementation to #27937, because `Response::setNotModified()` has been made final in 4.0 so we shouldn't override it.

Commits
-------

9ef7f70 [HttpFoundation] don't override StreamedResponse::setNotModified()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants