-
Notifications
You must be signed in to change notification settings - Fork 898
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
cronet build is removed? #471
Comments
Use this old build for testing purposes https://github.com/klzgrad/naiveproxy/releases/tag/v106.0.5249.91-3 The cronet release was discontinued because cronet-go was not maintained and used. |
thanks |
ported cronet go example to zig: https://github.com/binarycraft007/cronet-zig it's working now, next step is to port a socks5 tunnel for it and add padding and other stuff.
|
Nice work. But I don't think I will make cronet releases for zig alone. Cronet-go had the potential to integrate with many go based network tools nicely but it was hampered by difficult CGO cross compile setup. Zig doesn't seem to have a large enough community to have enough users for cronet zig. A hobby maybe. |
Can cronet support http1.0 requests? I tried turning off http2, but unexpectedly the request cannot be made. @binarycraft007 also verified this. |
I continued where Naive Builds start from Chromium |
If the cronet builds do have serious users, it's better to maintain it in here long term with lower upgrade friction. So far I haven't seen the sign of serious use though. |
@sleeyax This is awesome 🤩 Please keep it upstream with naiveproxy version (chrome version). |
Sure that's the plan. At the time of writing we're only missing a bot to auto-import new Chrome versions as soon as a new version releases. It requires manual intervention for now. |
I am trying to write naiveproxy in zig with libcronet, but it seems that libcronet has been removed from the lastest releases.
The text was updated successfully, but these errors were encountered: