-
Notifications
You must be signed in to change notification settings - Fork 75
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
Chrome 50 displaying duplicate log entries #64
Comments
Same here with Chrome 51 64bit. |
It seems to happen only if the response body is empty. |
No problems with empty body tags. I use php mostly for populating,updating,creating in jTable |
@loonighan It's not empty HTML body tags, but HTTP responses with an empty response body, what are the problem. Such as responses to those AJAX requests you make with jTable. |
Does anyone have an easy way for me to reproduce this? Thanks |
Sure. I actually managed to reproduce this with a non-empty response body as well.
With the PHP built-in webserver Enable the logger extension and visit Versions: |
Bugger. I think I found a bug in this approach itself an mislead myself. Chrome makes two requests, one to It can be easily fixed though with a "route" and this time with really an empty response body.
Visit
|
If I go directly to "generateCss.php" ( sets |
No missing favicon for me, console shows the output coming from two scripts: (Chrome 66, OSX) |
I got the same bug here. Any updates on this? |
Using Chrome 50 on OS X 10.11.4 duplicate entries are displayed for each server side log command.
I've checked on the server (PHP) and it is only sending one header for each log command.
The text was updated successfully, but these errors were encountered: