Skip to content

Commit

Permalink
Migrate cashapp.github.io (square#7059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Feb 6, 2022
1 parent dc09abf commit a15cad8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ _2019-06-03_
[kotlin_1_5_31]: https://github.com/JetBrains/kotlin/releases/tag/v1.5.31
[kotlin_1_6_10]: https://github.com/JetBrains/kotlin/releases/tag/v1.6.10
[legacy_interceptor]: https://gist.github.com/swankjesse/80135f4e03629527e723ab3bcf64be0b
[okhttp4_blog_post]: https://cashapp.github.io/2019-06-26/okhttp-4-goes-kotlin
[okhttp4_blog_post]: https://code.cash.app/okhttp-4-goes-kotlin
[okio.FileSystem]: https://square.github.io/okio/file_system/
[okio_2_6_0]: https://square.github.io/okio/changelog/#version-260
[okio_2_7_0]: https://square.github.io/okio/changelog/#version-270
Expand Down
2 changes: 1 addition & 1 deletion docs/4.x/upgrading_to_okhttp_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,5 @@ android {
[kotlin_sams]: https://youtrack.jetbrains.com/issue/KT-11129
[mockito]: https://site.mockito.org/
[proguard_problems]: https://github.com/square/okhttp/issues/5167
[require_android_5]: https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5
[require_android_5]: https://code.cash.app/okhttp-3-13-requires-android-5
[r8]: https://developer.android.com/studio/releases#r8-default
10 changes: 5 additions & 5 deletions docs/changelogs/changelog_3x.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _2020-02-24_

_2020-01-11_

* Fix: Don't crash if the connection is closed when sending a degraded ping. This fixes a
* Fix: Don't crash if the connection is closed when sending a degraded ping. This fixes a
regression that was introduced in OkHttp 3.14.5.


Expand All @@ -38,7 +38,7 @@ _2020-01-11_
_2020-01-03_

* Fix: Degrade HTTP/2 connections after a timeout. When an HTTP/2 stream times out it may impact
the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
a stream timeout to determine whether the connection should remain eligible for pooling.


Expand Down Expand Up @@ -263,7 +263,7 @@ _2020-02-24_
_2020-01-11_
* Fix: Don't crash if the connection is closed when sending a degraded ping. This fixes a
* Fix: Don't crash if the connection is closed when sending a degraded ping. This fixes a
regression that was introduced in OkHttp 3.12.7.


Expand All @@ -272,7 +272,7 @@ _2020-01-11_
_2020-01-03_

* Fix: Degrade HTTP/2 connections after a timeout. When an HTTP/2 stream times out it may impact
the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
a stream timeout to determine whether the connection should remain eligible for pooling.


Expand Down Expand Up @@ -1128,6 +1128,6 @@ stuck on the old version.
[okhttp_idling_resource]: https://github.com/JakeWharton/okhttp-idling-resource
[public_suffix]: https://publicsuffix.org/
[remove_cbc_ecdsa]: https://developers.google.com/web/updates/2016/12/chrome-56-deprecations#remove_cbc-mode_ecdsa_ciphers_in_tls
[require_android_5]: https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5
[require_android_5]: https://code.cash.app/okhttp-3-13-requires-android-5
[tls_configuration_history]: https://square.github.io/okhttp/tls_configuration_history/
[upgrading_to_okhttp_4]: https://square.github.io/okhttp/upgrading_to_okhttp_4/

0 comments on commit a15cad8

Please sign in to comment.