Skip to content

:request_timeout with HTTP/2 #318

@danschultzer

Description

@danschultzer

I'm getting :request_timeout in HTTP/2 but shouldn't it just be :timeout so it conforms to HTTP/1 connections?

The problem is that Req just looks for :timeout for transient errors. This could be handled in Req, but I think it makes more sense to conform these so it just has the same :timeout reason. Is there a good reason to use :request_timeout?

I switched from HTTP/1 to HTTP/2 and things started failing due to timeouts not being caught.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions