Skip to content

Pull requests: hashicorp/go-retryablehttp

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

feat: Add support for logging with context
#231 opened Jun 20, 2024 by whrss9527 Loading… updated Jun 29, 2024
Allow errors from CheckRetry to be logged logging
#217 opened Apr 18, 2024 by RichieSams Loading… updated May 23, 2024
client.baseRetryPolicy check if response is nil before accessing attributes bug
#205 opened Sep 8, 2023 by tty2 Loading… updated May 23, 2024
fix: using errors.As to check x509 error bug
#202 opened Aug 22, 2023 by fatelei Loading… updated May 23, 2024
Add support for CheckRedirect in Client.StandardClient() enhancement
#128 opened Mar 10, 2021 by nuttmeister Loading… updated May 14, 2024
make NewRequest accept string proposal
#181 opened Feb 20, 2023 by dkropachev Loading… updated May 9, 2024
Fixed a bug when Retry-After is 0, it should use min wait time. bug
#170 opened Jul 12, 2022 by evanchaoli Loading… updated May 9, 2024
Properly parsing request body when http.NoBody is used bug
#168 opened Jun 23, 2022 by tjasko Loading… updated May 9, 2024
HTTP client factory for per-request clients enhancement proposal
#147 opened Oct 19, 2021 by ash2k Loading… updated May 9, 2024
DoFunc (Support for aws sign) enhancement proposal
#135 opened Jun 25, 2021 by m-hosoi Loading… updated May 9, 2024
logs: redact in URL passwords logging
#133 opened May 12, 2021 by drakkan Loading… updated May 9, 2024
feature(client.go): define error message logging
#132 opened Apr 27, 2021 by masahiro331 Loading… updated May 9, 2024
Fix body nil checking in NewRequest bug
#120 opened Jan 28, 2021 by Dorokhov Loading… updated May 9, 2024
Added LeveledFormatLogger (Printf-like logger) logging
#101 opened Jun 14, 2020 by juanfresia Loading… updated May 9, 2024
example usage with jitter documentation
#86 opened Mar 1, 2020 by KlotzAndrew Loading… updated May 9, 2024
ProTip! Exclude everything labeled bug with -label:bug.