From 2336b76f0da1a745924d4b9f4a08ff75523e8b0d Mon Sep 17 00:00:00 2001 From: Kelly Washington Date: Tue, 26 Aug 2008 17:15:20 +0000 Subject: merge -r94900 linden/branches/kelly/qar-825 to linden/release QAR-825 DEV-18489 Event poll is brittle and doesn't parse status correctly --- indra/llmessage/llurlrequest.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/llmessage/llurlrequest.h') diff --git a/indra/llmessage/llurlrequest.h b/indra/llmessage/llurlrequest.h index 579706f83b..c0af746116 100644 --- a/indra/llmessage/llurlrequest.h +++ b/indra/llmessage/llurlrequest.h @@ -327,6 +327,9 @@ public: LLURLRequestComplete(); virtual ~LLURLRequestComplete(); + // The first line of an http response must be the status line + // true if we have already parsed this line. + bool haveHTTPStatus() const { return mHaveHTTPStatus; } protected: /* @name LLIOPipe virtual implementations */ @@ -345,6 +348,8 @@ protected: // value to note if we actually got the response. This value // depends on correct useage from the LLURLRequest instance. EStatus mRequestStatus; + + bool mHaveHTTPStatus; }; -- cgit v1.2.3