web-page-replay
web-page-replay copied to clipboard
Mac Vs Ubuntu behavior discrepancy with Servo
I'm using web-page-replay to test out Servo (https://github.com/servo/servo).
On Mac OS X 10.9: I'm having issues only in the replay mode. I record web-pages using Servo and when I try to replay them, web-page-replay works well for a few requests. After a random number of requests, Servo is able to load web pages that weren't recorded. The behavior is the same even after setting the network preferences on the Mac to use a "proxy" sitting at 127.0.0.1:80 which is where the web-page-replay's HTTP server listens.
On Ubuntu 14.04: The web-page-replay setup works perfectly with Servo. There are no issues whatsoever. Without using proxy settings, I'm able to record and replay the right pages.
What is possibly going on?
Although I was able to get it working on the Mac with the server_mode, I didn't need to use it on the Ubuntu.