1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-18 20:40:58 +03:00

Fixed typo in HTTP_2 JavaDoc.

This commit is contained in:
Christian Becker
2014-05-12 10:43:46 +02:00
parent 99d540d71f
commit 1ce14dad46

View File

@@ -63,7 +63,7 @@ public enum Protocol {
* HTTP/1.1 semantics are layered on HTTP/2.
*
* <p>This version of OkHttp implements HTTP/2 <a
* href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-12">draft 10</a>
* href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-12">draft 12</a>
* with HPACK <a
* href="http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07">draft
* 6</a>. Future releases of OkHttp may use this identifier for a newer draft