1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00
Files
okhttp/.gitignore
Jesse Wilson 2f6a27f048 Split EventListener.retryDecision into retryDecision and followUpDecision (#8796)
* Split EventListener.retryDecision into retryDecision and followUpDecision

retryDecision has an exception, and is related to
connectivity failures.

followUpDecision has an intermediate response, and is
related to redirects and auth challenges.

This drops the reason strings, which have 'logging brain'
and I want to push our users towards 'metrics brain'.

* Spotless

* apiDump

* Fix another test

---------

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-05-27 10:58:02 -04:00

41 lines
345 B
Plaintext

.classpath
.kotlin
.project
.settings
.gradle
eclipsebin
bin
gen
build
out
lib
generated
target
pom.xml.*
release.properties
local.properties
.idea
*.iml
*.ipr
*.iws
*.log
classes
obj
.DS_Store
# Special Mkdocs files
docs/4.x
docs/changelog.md
docs/contributing.md
docs/index.md
# jenv
/.java-version
/site/
/docs/changelogs/changelog.md