Revision 6668ff3716086d3f8efead0f5db2d8d2864c3563 authored by Robert Ma on 21 March 2018, 17:35:46 UTC, committed by Robert Ma on 21 March 2018, 17:35:46 UTC
1. Check the HTTP port of wptserve instead of HTTPS to avoid the
   unnecessary complexities of setting up SSL context (which may fail in
   some environments).
2. Use exponential backoff when waiting for wptserve and specify a
   maximum retry to avoid indefinite hang.
3. Use `terminate` instead of `kill` to give wptserve a chance to clean
   up, which is especially useful when running locally.
1 parent dbb38a6
History
File Mode Size
OWNERS -rw-r--r-- 33 bytes
battery-charging-manual.https.html -rw-r--r-- 1.7 KB
battery-discharging-manual.https.html -rw-r--r-- 1.7 KB
battery-full-manual.https.html -rw-r--r-- 1.3 KB
battery-iframe.https.html -rw-r--r-- 995 bytes
battery-insecure-context.html -rw-r--r-- 801 bytes
battery-interface-idlharness.https.html -rw-r--r-- 2.5 KB
battery-plugging-in-manual.https.html -rw-r--r-- 3.9 KB
battery-promise-window.https.html -rw-r--r-- 920 bytes
battery-promise.https.html -rw-r--r-- 820 bytes
battery-unplugging-manual.https.html -rw-r--r-- 3.5 KB
support-iframe.html -rw-r--r-- 59 bytes
support-window-open.html -rw-r--r-- 278 bytes

back to top