motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.77k stars 319 forks source link

just question: can any one tell me the effect for the configuration forwarding_timeouts #439

Closed darmenliu closed 3 years ago

darmenliu commented 3 years ago

[Short description of problem here] I found that janus have below configuration, but I can't found any description from janus guide, can any one tell me what's the effect for such configuration, what's the different between dial_timeout and response_header_timeout.

   "forwarding_timeouts" : {
        "dial_timeout" : "5s",
        "response_header_timeout" : "17s"
    },
vgarvardt commented 3 years ago
darmenliu commented 3 years ago

@vgarvardt thanks a lot.