I'm adding support to the supervisor to allow HTTP GET access to any
resource file [XECS-1855].  Since log files are read-only resources,
this means sipXconfig or other remote manager can read logs - which, as
we know get very very large.

The existing HttpMessage/HttpBody classes assume that the entire message
can be assembled into one UtlString before being sent - I don't think we
want to try that with our log files.

So... I've put together some limited support for writing an HttpMessage
using chunked encoding.  This won't be committed until the rest of my
change is ready, but I'd like feedback on the approach.


Attachment: 0001-add-support-for-sending-an-HttpMessage-body-with-chu.patch
Description: application/mbox

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to