http://qs321.pair.com?node_id=347124


in reply to Problems accepting client data

You may want to set $OUTPUT_AUTOFLUSH (If use English), or $| =1;

Just a guess - if the XML does not contain Line Feeds, the output to the console will stay in the buffer, unless $| is non-zero.

Offense, like beauty, is in the eye of the beholder, and a fantasy.
By guaranteeing freedom of expression, the First Amendment also guarntees offense.

Replies are listed 'Best First'.
Re: Re: Problems accepting client data
by dwatson06 (Friar) on Apr 21, 2004 at 21:50 UTC
    I had AutoFlush set but I was reading somewhere that it was Defaulted now. I will reset it anyway, it doesn't hurt anything. It does appear to be hanging in the buffer though. Is there another reason the response would stay in the buffer?

    Thanks,
    DWW