Requesting this page makes network.request fail: http://www.psac.ca/firstenergy/
Before the latest daily build it would say there are no errors, but event.response would be empty
Now with the latest daily the event.response is no longer empty, but it is now “<decoding error>”
I am guessing this is because that page does not include a Content-Length in the response. With the latest daily Corona now shows a bytesEstimated in the event table and for this page it has a value of -1
So for now I’m using http.request which works fine, but I would prefer to use the nice async network.request. Here’s hoping you guys fix this bug before I ship.