Skip to content

Disable HTTP keepalive or reduce idle timeout #6

@paulf69487623

Description

@paulf69487623

I was just doing a scan, and discovered that the HTTP client is doing HTTP keepalive by default. For our use case, we don't really benefit from this. We should disable it, or at least set the idle timeout to be very short. Eg, 10 seconds.

This will probably require us to use a specific http.Client with an http.Transport configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions