search for: dumbhttpclient

Displaying 1 result from an estimated 1 matches for "dumbhttpclient".

2006 Aug 08
11
Core dump using sample DumbHttpClient
...from /usr/local/lib/libruby18.so.18 #41 0x2809b8d2 in ruby_exec () from /usr/local/lib/libruby18.so.18 #42 0x2809b90e in ruby_run () from /usr/local/lib/libruby18.so.18 #43 0x08048694 in main () ------------------------------------------------------- require ''eventmachine'' class DumbHttpClient < EventMachine::Connection def initialize *args super # whatever else you want to do here end def post_init #start_tls send_data "GET / HTTP/1.1\r\nHost: shop.paymentonline.com\r\n\r\n" @data = "" end def receive_data data @da...