Skip to content

Conversation

@marvinhagemeister
Copy link
Contributor

Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

import { STATUS_CODES } from "node:_http_server";
import { methods as METHODS } from "node:_http_common";
import { deprecate } from "node:util";
import { IncomingMessage } from "node:http";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circular dependency. This is defined in this file itself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, removed that.

@marvinhagemeister marvinhagemeister merged commit ed55e91 into main May 8, 2025
18 checks passed
@marvinhagemeister marvinhagemeister deleted the node-res-req branch May 8, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Node res.req is undefined

4 participants