Adam Megacz <[EMAIL PROTECTED]> writes: > Uh, that's a bit troubling. If I'm on an EBDIC system, getBytes() will > return EBDIC bytes, and then send them over the socket. > > Shouldn't it be getBytes("ASCII")?
I added a toHTTPBytes() method to handle this. I have only made use of it in the regular WebServer class (not in the SecureWebServer class). -- Daniel Rall <[EMAIL PROTECTED]>