Skip to content

feature: Allow to customize reqwest client builder#72

Closed
luis-araujo-dev wants to merge 1 commit intotypesense:mainfrom
luis-araujo-dev:feature/reqwest-client-builder
Closed

feature: Allow to customize reqwest client builder#72
luis-araujo-dev wants to merge 1 commit intotypesense:mainfrom
luis-araujo-dev:feature/reqwest-client-builder

Conversation

@luis-araujo-dev
Copy link

Change Summary

After taking a look into #67, I created this PR with the same goal, following maintainers guidance.
This PR allows to customize the reqwest client builder by each node, by using a closure.
I left the default connection timeout value around for non-WASM, but used connection_timeout instead of timeout since it looked to be what's desired and expected.

PR Checklist

@luis-araujo-dev luis-araujo-dev force-pushed the feature/reqwest-client-builder branch 3 times, most recently from d27845b to 229c655 Compare March 3, 2026 15:41
@luis-araujo-dev luis-araujo-dev marked this pull request as ready for review March 3, 2026 15:44
@RoDmitry RoDmitry self-requested a review March 3, 2026 16:20
@RoDmitry
Copy link
Collaborator

RoDmitry commented Mar 3, 2026

Looks good. Fix the tests, please, so it can be merged.

@luis-araujo-dev luis-araujo-dev force-pushed the feature/reqwest-client-builder branch from 229c655 to ee1be25 Compare March 3, 2026 16:48
@luis-araujo-dev luis-araujo-dev force-pushed the feature/reqwest-client-builder branch from ee1be25 to f62b28d Compare March 3, 2026 16:54
@luis-araujo-dev
Copy link
Author

I'm having some local issues when setting up wasm-pack. Hopefully the latest changes fixed already all the testing issues there.

@luis-araujo-dev
Copy link
Author

I have force pushed some changes.
Checked locally and both WASM and native tests should be getting green in CI from now on.
Not sure why GitHub is showing "Processing updates" in the PR though. Will be checking in a couple of hours to see if the changes are actually shown in the PR.

@luis-araujo-dev
Copy link
Author

I'm closing this PR and will be opening a new one shortly after.

@luis-araujo-dev
Copy link
Author

luis-araujo-dev commented Mar 3, 2026

Created #73 to replace this PR

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