| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The async resource `HTTPPARSER` has been replaced by `HTTPINCOMINGMESSAGE` and `HTTPCLIENTREQUEST` but some tests have not been adapted. As test test-graph.http.js has not failed even it asserted on ´HTTPPARSER` I improved `verify-graph` and adapted the asserts in test-graph.tls-write which failed because of the stricter check. Refs: #25094
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if CI passes
Sorry, something went wrong.
| async_hooks.createHook({ | ||
| init: common.mustCallAtLeast((asyncId, type) => { | ||
| if (type === 'HTTPPARSER') { | ||
| if (type === 'HTTPINCOMINGMESSAGE' || type === 'HTTPCLIENTREQUEST') { |
There was a problem hiding this comment.
Does HTTPCLIENTREQUEST ever actually happen here? My messing around with this for another PR has that never showing up.
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
Just tried and it seems HTTPCLIENTREQUEST is never emitted. This is for sure a bug.
Sorry, something went wrong.
|
I think the CI fails on freebsd are unrelated. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The async resource HTTPPARSER has been replaced by
HTTPINCOMINGMESSAGE and HTTPCLIENTREQUEST but some tests have
not been adapted.
As test test-graph.http.js has not failed even it asserted on
HTTPPARSER I improved verify-graph and adapted the asserts in
test-graph.tls-write which failed because of the stricter check.
Refs: #25094
Checklist