[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] protocol/http httpprot.cpp,1.169.4.25,1.169.4.26
From:       tniu () helixcommunity ! org
Date:       2013-08-28 11:09:36
[Download RAW message or body]

Update of /cvsroot/server/protocol/http
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv5877

Modified Files:
      Tag: SERVER_15_1_0
	httpprot.cpp 
Log Message:
fix CA

Index: httpprot.cpp
===================================================================
RCS file: /cvsroot/server/protocol/http/httpprot.cpp,v
retrieving revision 1.169.4.25
retrieving revision 1.169.4.26
diff -u -d -r1.169.4.25 -r1.169.4.26
--- httpprot.cpp	28 Aug 2013 06:11:49 -0000	1.169.4.25
+++ httpprot.cpp	28 Aug 2013 11:09:27 -0000	1.169.4.26
@@ -4899,8 +4899,10 @@
                             sConfig = MPEG2TS_CONFIG_ROOT \
MPEG2TS_HTTP_DISABLE_CHUNKED;  }
                         INT32 iDisableHTTPChunked = 0;
-                        if (pClient && HXR_OK == \
                pClient->m_pProc->pc->registry->GetInt((const char*)sConfig,
-                            &iDisableHTTPChunked, pClient->m_pProc) && \
(HXBOOL)iDisableHTTPChunked == FALSE) +
+                        Process* pProc = Process::get_proc();                        \
 +                        if (pProc && HXR_OK == pProc->pc->registry->GetInt((const \
char*)sConfig, +                            &iDisableHTTPChunked, pProc) && \
(HXBOOL)iDisableHTTPChunked == FALSE)  {
                             m_bUseChunkedEncoding = TRUE;
                         } 


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic