-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headers::send() added ":" to modified Status header. #12179
Comments
Yea, i have this too. |
This is only case with |
With all statuses except 200 30 авг. 2016 г. 16:13 пользователь "stamster" [email protected]
|
You're correct.
This is stupid bug. xD |
Response object is set correctly,
|
Fixed in 3.0.x branch |
@dimak08 I just wanted to point out the same code line number :) You were faster 👍 But, really if you look at code this does not look as a bug as someone obviously put effort to make sure |
When we can expect 3.0.2 to be released in order to fix this issue? |
It would be nice if we could have quick fix for this issue, since it may block some ancient environments (Java 1.6 xD) which refuse to work if they don't find |
@stamster git clone [email protected]:phalcon/cphalcon.git
cd cphalcon
git checkout 3.0.x
zephir fullclean
zephir build |
It's already fixed in 3.0.x |
$response->setStatusCode(304) add ":" to end of status header
Details
The text was updated successfully, but these errors were encountered: