Home | History | Annotate | Download | only in ssl

Lines Matching full:req1

3837 +			String req1 = "CONNECT " + hp + " HTTP/1.1\r\n"
3840 + dbg("requesting via proxy: " + req1);
3853 + req1 += "Proxy-Authorization: Basic " + auth2 + "\r\n";
3854 + //dbg("req1: " + req1);
3858 + req1 += "\r\n";
3861 + proxy_os.write(req1.getBytes());