Hi, I've had some problems registering certain domains using the OpenSRS XML API. After sending the request, I wouldn't receive any reply and eventually, the connection would be closed because of a timeout.
I've finally found what causes this: the OpenSRS server chokes on packets that are exactly 2048 bytes (or a multiple of 2048) long. I imagine it reads data like this: 1. read data into a 2kb buffer 2. feed the data to an xml parser 3. repeat if exactly 2k bytes were read However, this fails in the case I just described. Onno Molenkamp VEVIDA Services BV _______________________________________________ domains-dev mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-dev
