examples/http/https_raw_client.rb in polyphony-0.19 vs examples/http/https_raw_client.rb in polyphony-0.20

- old
+ new

@@ -7,6 +7,6 @@ io = Polyphony::Net.tcp_connect('google.com', 443, secure: true) io.write("GET / HTTP/1.0\r\nHost: realiteq.net\r\n\r\n") reply = io.read puts "time: #{Time.now - t0}" puts -puts reply \ No newline at end of file +puts reply