Hi Joshua, Thanks for the patch!
ACK from me. Tomasz
We'd noticed that PACRunner's FindProxyForURL() was always returning DIRECT when using the v8 backend. Tomasz helped trace the issue to an error from v8 "Uncaught TypeError: object is not a function" Which, with some further digging, was revealed to be some non-standard JavaScript in isInNet(). With the following minor patches I'm able to use v8 with PACRunner. Cheers, Joshua Joshua Lock (2): Fix linking of unit tests Fix isInNet() to work with non-Mozilla JS interpreters Makefile.am | 2 +- src/javascript.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
