in reply to Re: Net::SSLeay - "See the implementation of ds_https3() for guidance on how to do this."
in thread Net::SSLeay - "See the implementation of ds_https3() for guidance on how to do this."

Thank you very much! Looks like that's it:

sub do_https3 { splice(@_,1,0) = 1; do_httpx3; }  # Legacy undocumented

And it leads us to "do_httpx3".

  • Comment on Re^2: Net::SSLeay - "See the implementation of ds_https3() for guidance on how to do this."
  • Download Code