Hi,

I'm working with code which relies on the Sofia-SIP HTTP parser to decode
HTTP request/response headers. From what I understand the parser is capable
of decoding the HTTP request/response headers but also buffering the HTTP
message body and returning it to the caller once it's complete. The problem
I'm running into is that the HTTP responses I'm working with are quite large
(>3GB) and when the Sofia-SIP HTTP parser tries to allocate a memory block
(presumably for the HTTP response message body) it triggers an assertion. I
don't need the reassembled HTTP message body, only the decoded HTTP header
PDUs. What I'm looking for is a way to disable the HTTP message body
buffering so that the parser is able to handle HTTP responses of arbitrary
sizes.


Does anyone know if there is a flag or API call to disable HTTP message body
buffering?

Regards,
ts
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to