proxy error (wodHttpDLX)

by chris @, (6182 days ago)

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?

locked

Re: proxy error

by woddrazen @, (6181 days ago) @ chris

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

locked

Re: proxy error

by Jasmine, (6181 days ago) @ woddrazen

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

locked

Re: proxy error

by wodDamir @, (6181 days ago) @ Jasmine

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

locked

Re: proxy error

by chris @, (6181 days ago) @ wodDamir

thanks for the help... also, is there a way to send a string like winsock's sock.SendData, thanks

locked