Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSQ WorkerResource: Fix timeout handler for httpGetChannelData. (#17328…
…) (#17330) The timeout handler should fire if the response has not been handled yet (i.e. if responseResolved was previously false). However, it erroneously fires only if the response *was* handled. This causes HTTP 500 errors if the timeout actually does fire. The timeout is 30 seconds, which can be hit during pipelined queries, if an earlier stage of the query hasn't produced its first frame within 30 seconds. This fixes a regression introduced in #17140. Co-authored-by: Gian Merlino <[email protected]>
- Loading branch information