This is how I had it end before:
sockwrite -n $sockname Accept: */* $crlf $+ $crlf
That fails. Yes, it could have been done as $str, but I just didn't bother. I just tried it with $str($crlf,2) and it fails as well. It only works if I drop those and add a sockwrite -n $sockname on the next line (actually, if I leave them it works as long the empty -n is on the next line). This is using 1.0 if that matters.