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

HTTP Timeout not handled #45

Open
gtzinos opened this issue Sep 25, 2018 · 0 comments
Open

HTTP Timeout not handled #45

gtzinos opened this issue Sep 25, 2018 · 0 comments

Comments

@gtzinos
Copy link

gtzinos commented Sep 25, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant