Response codes and \r\n

2009-03-05 Thread Catherine Heathcote
Heya, I am reading an XML file (code at the end if it helps) and all goes well except I am getting the http response code printed. So everything (hat works of course) has "200 OK" on the first line. Am I missing some simple way of surprising this, or should I just delete the 1st line before p

Re: Response codes and \r\n

2009-03-05 Thread Richard Brodie
"Catherine Heathcote" wrote in message news:n3nrl.2951$lc7.2...@text.news.virginmedia.com... = > I am reading an XML file (code at the end if it helps) and all goes well > except I am > getting the http response code printed. I suggest you comment out line 22. The status shouldn't be in the d

Re: Response codes and \r\n

2009-03-05 Thread Marc 'BlackJack' Rintsch
On Thu, 05 Mar 2009 09:37:49 +, Catherine Heathcote wrote: > I am reading an XML file (code at the end if it helps) and all goes well > except I am getting the http response code printed. So everything (hat > works of course) has "200 OK" on the first line. Am I missing some > simple way of s

Re: Response codes and \r\n

2009-03-05 Thread Peter Otten
Catherine Heathcote wrote: > I am reading an XML file (code at the end if it helps) and all goes well > except I am getting the http response code printed. So everything (hat > works of course) has "200 OK" on the first line. Am I missing some > simple way of surprising this, or should I just del