Forum Discussion

Adam_Kramer_150's avatar
Adam_Kramer_150
Icon for Nimbostratus rankNimbostratus
Jun 21, 2005

TCP::respond does unicode expansion?!

So I'm trying to send the bytes 0x05 0x86 back to a socks client with TCP::respond       set r [binary format H2H2 05 86]   log "length of response is [string length $r]" ...