ST_EOF
static enum {ST_EOF, ST_FILE, ST_STRING} state = ST_EOF;
case ST_EOF:
state = ST_EOF;
ST_CHANGE(conn_info->state, ST_EOF);