Lines Matching full:spdy
48 * Fix: Don't crash with an `IllegalStateException` if an HTTP/2 or SPDY
238 * Fix: Don't crash in SPDY and HTTP/2 when disconnecting before connecting.
342 * Fix: Don't crash on concurrent modification of `SPDY` SPDY settings.
356 * Fix: Fixed bugs in handling the SPDY window size. This was stalling certain
371 * Fix: Don't skip client stream 1 on SPDY/3.1. This fixes SPDY connectivity to
372 `https://google.com`, which doesn't follow the SPDY/3.1 spec!
374 `https://facebook.com` when SPDY and HTTP/2 are both disabled. Otherwise an
482 * Ensure SPDY variants support zero-length DELETE and POST.
489 * Avoid use of SPDY stream ID 1, as that's typically used for UPGRADE.
536 * Fix problems where spdy/3.1 headers may not have been compressed properly.
537 * Fix problems with spdy/3.1 and http/2 where the wrong window size was being
568 * New: Support for `spdy/3.1`. Dropped support for `spdy/3`.
573 * Fix: Cache SPDY responses even if the response body is closed prematurely.
598 * Fix: Eliminate rare race condition in SPDY streams that would prevent connection reuse.
600 * Fix: Support SPDY header blocks with trailing bytes.
603 * Fix: Honor read timeout when parsing SPDY headers.
611 * Fix: Support empty SPDY header values.
619 * Fix bug when caching SPDY responses.
620 * Fix a bug with SPDY plus half-closed streams. (thanks kwuollett)
638 * Bring MockWebServer into OkHttp and teach it SPDY.
659 * Expose the transport ("http/1.1", "spdy/3", etc.) via magic request headers.