Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

HTTP Timeout not handled #45

@gtzinos

Description

@gtzinos

Hello,

Can I handle HTTP requests which send no response ?

Example:

` var appzip = require("appmetrics-zipkin")({
host: "localhost",
port: 9411,
serviceName: "frontend",
sampleRate: 1.0
});

var express = require("express");
var app = express();

app.get("/timeout", (req, res) => {

});

var server = app.listen(9000, () => {

});

server.setTimeout(5000);

`

I call /timeout and after 5seconds the server will stop it (timeout) but the Zipkin will not handle this issue.

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