chromium / web-page-replay

DEPRECATED - Use WebPageReplayGo instead:
https://github.com/catapult-project/catapult/blob/master/web_page_replay_go/README.md
Apache License 2.0
235 stars 75 forks source link

Mac Vs Ubuntu behavior discrepancy with Servo #56

Open ghost opened 8 years ago

ghost commented 8 years ago

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?

ghost commented 8 years ago

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.