bigloser

Results 18 comments of bigloser

might help if an api to create a ja3 capable http.Client could be exposed, , if we have an http.Client instance, this issue could also be solved. I think my...

For normal http requests, just keep the underling tcp connection alive, so that later http requests are issued via this tcp connection. For now, cycletls just creates a new http.Client...

Thanks, I will give it a shot. I am not sure how to reuse the go's nethttp transport's tls connection reuse logic, ran n into a little concurrency issue yersterday,...

@Danny-Dasilva Hi, I just came up with an idea :) Currenlty cycletls logic is to customize http.Client Transport field to route a request to a proper http.Transport instance and let...

Will give it a shot when I am free :)

Hi, I've almost done with implementing connection keeping feature, how can I push my code to the repo and create PR :), I modified both fhttp and cycletls project :)

I see, thanks, I'll give it a shot :)

I just found it trivial to apply changes on my forked repo, co's I been modifing code from the main branch's last commit point, anyhow, I will try.

No, I meant if i forked new repos, I may need to manually apply changes to the focked repo, co's I modified code directly on the cloned repo which I...

@RealAlphabet Thanks, your advice for forkking repos worked! I've already forked repos and issued 2 PRS :)