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

CBL-6191 : Fix null URL when creating proxy CONNECT request #3324

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

pasin
Copy link
Contributor

@pasin pasin commented Aug 28, 2024

NSURL cannot be created with only host and port anymore starting from iOS 17. Changed to use CFURLCreateWithString directly.

NSURL cannot be created with only host and port anymore starting from iOS 17. Changed to use CFURLCreateWithString directly.
@pasin pasin merged commit f0872ec into release/3.2 Aug 28, 2024
8 checks passed
@pasin pasin deleted the CBL-6192 branch August 28, 2024 17:52
velicuvlad pushed a commit that referenced this pull request Oct 7, 2024
NSURL cannot be created with only host and port anymore starting from iOS 17. Changed to use CFURLCreateWithString directly.
velicuvlad added a commit that referenced this pull request Oct 14, 2024
* port of CBL-6191 : Fix null URL for proxy CONNECT request (#3324)

NSURL cannot be created with only host and port anymore starting from iOS 17. Changed to use CFURLCreateWithString directly.

---------

Co-authored-by: Pasin Suriyentrakorn <[email protected]>
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