Re: HTTP response using CFHTTPMessageCreateEmpty/CFHTTPMessageAppendBytes

2009-03-14 Thread Greg Hoover
Wow. Don't you hate it when its staring you in the face and you still can't see it. Thanks. On Mar 14, 2009, at 5:31 PM, Michael Ash wrote: On Sat, Mar 14, 2009 at 5:17 PM, Greg Hoover wrote: I'm trying to parse an HTTP Post response using the following code. The problem is that CFHTTP

HTTP response using CFHTTPMessageCreateEmpty/CFHTTPMessageAppendBytes

2009-03-14 Thread Greg Hoover
I'm trying to parse an HTTP Post response using the following code. The problem is that CFHTTPMessageAppendBytes always returns false. I've tested by stripping down the response to just "HTTP/1.0 200 OK\r\n \r\n" and still no go. Does anyone know what the appropriate response format is?