Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.
This repository was archived by the owner on Nov 10, 2018. It is now read-only.

HTTP keep-alive doesn't seem to be working #94

Description

@sdemjanenko

Network requests always seem to require a DNS lookup and a SSL handshake. There are ways to keep a connection alive such that this does not need to be done. I suspect Heroku is doing something wonky with the Connection header. The request headers contain Connection: keep-alive but the response headers contain Connection: close.

I think the received close message is causing this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions