webmetrics / browsermob-proxy

NOTICE: this project has been forked and is being maintained at https://github.com/lightbody/browsermob-proxy
https://github.com/lightbody/browsermob-proxy
Apache License 2.0
234 stars 773 forks source link

Null entry in Har #29

Open pierredelacelle opened 12 years ago

pierredelacelle commented 12 years ago

Randomly, I'm getting a null entry in the entries array.

I tried to check the same URL each hour with a document that wasn't changing at all, and the bug is still there, totally randomly.

........ null,{ "timings":{"wait":39,"connect":0,"blocked":0,"receive":1,"send":0,"dns":0}, "response":{ "statusText":"OK","headersSize":0,"httpVersion":"HTTP","bodySize":2056,"cookies":[],"content":{"size":2056,"mimeType":"image/jpeg"}, "status":200, "redirectURL":"", "headers":[{"name":"Server","value":"nginx/1.0.2"},{"name":"Date","value":"Thu, 12 Jan 2012 23:10:04 GMT"},{"name":"Content-Type","value":"image/jpeg"},{"name":"Content-Length","value":"2056"},{"name":"Last-Modified","value":"Fri, 09 Sep 2011 12:48:15 GMT"},{"name":"Connection","value":"keep-alive"},{"name":"Expires","value":"Sun, 26 Feb 2012 23:10:04 GMT"},{"name":"Cache-Control","value":"max-age=3888000"},{"name":"Accept-Ranges","value":"bytes"}]}, "cache":{}, "time":40, "pageref":"4f0f6848a11460d343000001" ....

Any idea?

jhiesey commented 10 years ago

I realize this bug is very old, but I am running into it too. It seems to be entirely nondeterministic.