> This is a bug, I've been hit by it, but I still can't reproduce it. > I have it too with a 500 server error from a IIS, and once I suspected > it could be that, instead of the <font>...., I receive an empty page. > > Might be something related with the combination of the headers and the > empty page. Some Content-Lenght ? Still one msgdata = NULL ?
In particular for IIS it seems if you load it with 1000s of requests from the smsbox you can get a lot of HTTP 500 responses, even if the (in this case, ASP) server-side code executes fine normally. I've not seen the smsbox terminate though. Might be worth me testing it on Apache :) Ian