1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-24 04:02:07 +03:00

Update change log for cherry-picked commits.

This commit is contained in:
Jake Wharton
2014-01-11 17:57:35 -08:00
parent 2661f18997
commit 43fbe22f0f

View File

@@ -16,6 +16,8 @@ Version 1.3.0 *(2014-01-11)*
* Fix: Change HTTP date formats to UTC to conform to RFC2616 section 3.3.
* Fix: Support SPDY header blocks with trailing bytes.
* Fix: Allow `;` as separator for `Cache-Control` header.
* Fix: Correct bug where HTTPS POST requests were always automatically buffered.
* Fix: Honor read timeout when parsing SPDY headers.
Version 1.2.1 *(2013-08-23)*