Skip to content

Conversation

@hongzhidao
Copy link
Contributor

Prepared for related ngx_js_http_* patch.

@hongzhidao hongzhidao requested a review from xeioex April 10, 2025 16:28
Copy link
Contributor

@xeioex xeioex left a comment

Choose a reason for hiding this comment

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

Otherwise looks good.

static njs_int_t ngx_js_fetch_init(njs_vm_t *vm);


njs_inline void
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's make it an ordinary static function and move somewhere down.
It is up to compiler to inline it.



njs_inline void
ngx_js_http_close_peer(ngx_js_http_t *http)
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's make it an ordinary static function and move somewhere down.
It is up to compiler to inline it.

@hongzhidao hongzhidao closed this Apr 11, 2025
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.

2 participants