proxy error (wodHttpDLX)
so i'm using socks4 proxy and for some reason its trying to connect to a -(negative) number
Original - 189.136.66.37:34667
Connecting to 189.136.66.37:-30869 (wod.ProxyHostname:wod.ProxyPort)
is the proxy port just an integer number? or long?
Re: proxy error
Chris,
I manage to duplicate your problem. I will now transfer it to Grof (our programmer) to see if he can do same in debug mode.
You will receive response from Grof during a day.
Drazen
Re: proxy error
Chris,
where do you see this exactly? We're aware of possible issue like this since we declared (by mistake) it as short value - signed shorts go up to 32767, after that they are still ok but represented as negative values. But things will still work - and we cannot change interface anymore.
So what is exact issue you have? We will suggest some workaround in your code.
Regards,
Kreso
Re: proxy error
Hi Chris,
This should be fixed now. Can you please download the latest version (or request an update if you're a registered user) and try it out?
Regards,
Damba
Re: proxy error
thanks for the help... also, is there a way to send a string like winsock's sock.SendData, thanks
Re: proxy error
Chris,
You should use Post or Put methods for that purpose instead. However, most probably what you need is Post.
You can find more information on Post method on the following link:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~wodHttpDLX~Post.html
Can you check it out?
Regards,
Damba