We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea67f66 commit 9301803Copy full SHA for 9301803
react_on_rails_pro/lib/react_on_rails_pro/request.rb
@@ -227,7 +227,6 @@ def create_connection
227
# For persistent connections we want retries,
228
# so the requests don't just fail if the other side closes the connection
229
# https://honeyryderchuck.gitlab.io/httpx/wiki/Persistent
230
- .plugin(:retries, max_retries: 1, retry_change_requests: true)
231
.plugin(:stream)
232
# See https://www.rubydoc.info/gems/httpx/1.3.3/HTTPX%2FOptions:initialize for the available options
233
.with(
0 commit comments