Skip to content

"Connection: close" header prevents body read in certain cases #22

Open
@Mzack9999

Description

@Mzack9999

retryablehttp version:

latest

Current Behavior:

When http.Transport has DisableKeepAlives: true the host https://89.28.157.20/index.action doesn't respond:

$ echo https://89.28.157.20/index.action | go run . -timeout 30 -v -silent

Expected Behavior:

$ echo https://89.28.157.20/index.action | go run . -timeout 30 -v -silent
https://89.28.157.20/index.action

Steps To Reproduce:

$ echo https://89.28.157.20/index.action | httpx -timeout 30 -v -silent

Notes

Possible approaches to minimize the occurrences:

Metadata

Metadata

Assignees

Labels

On HoldOn HoldType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Type: DiscussionSome ideas need to be planned and disucssed to come to a strategy.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions