Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
皆さんこんにちは。
Android WebView での SPDY の動作を調査しています。では、私の webview が SPDY を話しているかどうかを確認する方法を教えていただけますか? 以下のパッチを適用したカスタム ROM をビルドしました。
https://codereview.chromium.org/106903017/diff/20001/android_webview/browser/net/aw_url_request_context_getter.cc
よろしくお願いします、
Wireshark を使用すると何も得られず、spdy は ssl を経由します。あなたの最善の策はlogcatです。しかし、コルドバはspdyを使用していると思います:
https://apache.googlesource.com/cordova-android/+/2.9.x/framework/src/com/squareup/okhttp/internal/spdy/
うーん... Wi-Fi に接続し、Wireshark または同様のツールを使用して、選択した SPDY 対応 Web サイトに対して携帯電話が生成するトラフィックをキャプチャし、本当に SPDY と互換性があるかどうか、または仕様に従っていないかどうかを確認します。