I'm compiling jniosocket2 (from CVS) on an OS X - it compiles fine,
however, the terminator does not seem to work properly. It does not
match to the request header's end (\r\n\r\n), and keeps the connection
alive waiting and waiting (does not call foundTerminator())... Anybody got
any idea what this might be due to, or has anybody else ran into this
problem themselves..?
best regards,
Jani Turunen
janiturunen@janiturunen.com
Logged In: NO
managed to solve this. the rBuffer byteBuffer by default wasn't big enough for
the whole request header to fit into it, so it never found the terminator.
cheers,
Jani