Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve testing of http2 #3719

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: improve testing of http2 #3719

wants to merge 1 commit into from

Conversation

Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Oct 11, 2024

I am too lazy to build with without-ssl flag locally. I think the values we destructure when importing http2 are not critical. more critical is, that http2.connect is not replaced with some function which throws an Internal Error which would indicate that http2 is not supported. Probably we get only a "connect is not defined" error. when calling it.

@mcollina
Copy link
Member

seems CI is failing

@Uzlopak
Copy link
Contributor Author

Uzlopak commented Oct 12, 2024

I am still checking if this makes any sense. maybe a proxyquire would be more useful instead of using this approach.

@mcollina
Copy link
Member

I think we should just skip a bunch of tests if ssl is not available.

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